This method will test each of the Region object's instance properties for each row of data in the test data file.
The Region business object test class is under construction. The RunTheTestCases routine should be complete.
This is a simple test that can claim to do little more than exercise all of the code in the dataset. While this serves our purposes of the moment, a production-quality test would have to do far more verification.
The only thing that you can assume for the completion of this test is that the code will run without error and return a dataset with four or more rows in it. A dataset drawn from another table might easily satisfy the requirements of this test. What would you have to do to test which table the data rows came from?
Previous Step: Build the Test Case Runner
Next Step: Create the Region Business Object Test Class