1. First, require the Person class itself and the Test::Unit framework:
# test/person_test.rb
require File.join(File.dirname(__FILE_ _), "..", "app", "person")
require "test/unit"
2. Next, ext
转自:http://www.saptechnical.com/Tutorials/OOPS/ABAPUnit/Index.htm
Understanding "ABAP Unit"
By Nithya Murugesan, YASH Technologies
Introduction:
It is a best practice to modularize our pr