|
TestSuite
Definition of a TestSuite
Test SuiteA TestSuite is a collection of TestCases. The dpUInt framework has a FrameworkSuite which contains TestCases pertaining to different aspects of the library, such as asynchronous tests or UIComponent tests. Each of those TestCases then contains TestMethods which share a common setup to be executed. |
Sign in to add a comment
