testresources
testresources http://www.robertcollins.net/unittest/testresources/ purpose appears to be to manage the resources used by a test suite.
Adding this resource management context extends the Test Suite to optimize tests around the resources. This can reshuffle the TestCases to minimize SetUp's. This can be useful in contexts where …
more ...