|
MoSync 3.2.1
|
A list of TestCases. More...
#include <MATest/Test.h>
Public Member Functions | |
| TestSuite (const String &name) | |
| ~TestSuite () | |
| void | addTestCase (TestCase *testCase) |
| void | runNextCase () |
| const String & | getName () const |
| void | addTestListener (TestListener *testListener) |
| void | fireAssertion (const String &str, bool success) |
A list of TestCases.
Add test cases with addTestCase. Use runTestCases to run all test cases.
| MATest::TestSuite::TestSuite | ( | const String & | name | ) |
| void MATest::TestSuite::addTestCase | ( | TestCase * | testCase | ) |
| void MATest::TestSuite::runNextCase | ( | ) |
| const String& MATest::TestSuite::getName | ( | ) | const |
| void MATest::TestSuite::addTestListener | ( | TestListener * | testListener | ) |
| void MATest::TestSuite::fireAssertion | ( | const String & | str, |
| bool | success | ||
| ) |