Illustrate a simple unit test
Created by: nerdstrike
Description
creation of test data on the fly. Introduce a custom resultset for DependentXref in order to present convenience methods, and provide a data creation shortcut.
Use case
Create the data you need in the unit test. No fixtures required
Benefits
More realistic testing example
Possible Drawbacks
I could do more to this test, but I should probably be doing that to the cleaned up version of RGDParser
Testing
Yes