PackageDescription: SUnitResourceTests


S Unit Resource Tests

Last published: April 12, 2013 by 'nross'

Defines 7 Classes
Extends 7 Classes


Tests for the SUnit competing resources pattern. The Ex* classes are example resources, used to provide data for the tests and also as examples of the competing resource pattern. The CompetingResource1TestData and CompetingResource2TestData provide test cases requiring competing resources. The CompetingResourceTest runs a suite of both the tests, verifying that each had the resources it needed when it needed them. Running all three tests therefore verifies that competing resources work both as individual resources and in suites of tests requiring clashing resources.

The SkipResultTest tests the generic ClassificationResult class as well as the specific skip example that uses it.