PackageDescription: SUnitResourceTests


S Unit Resource Tests

Last published: January 15, 2010 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.