utst::TestSuite Class Reference
A test suite is a collection of TestCase objects. A user can add test cases to the suite and then run all of the test cases or just a specific one. Usually one feeds the arguments from the command line into the runFromCmdLine() member function to allow a user to specify regression test options at run time. See utst namespace documenation for more information.
Public Methods
- TestSuite (const std::string &name)
- ~TestSuite ()
- getName () const
- addTestCase (const TestCase &testCase)
- addExample (const TestCase &testCase)
- runAllTests () const
- runOneTest (const std::string &testCaseName) const
- runAllExamples () const
- runOneExample (const std::string &testCaseName) const
- runFromCmdLine (int argc, char *argv[]) const