#include <MATest/Test.h>
Do not initialize any non-const variables in the constructor, as the test may be run more than once.
Public Member Functions | |
TestCase (const String &name) | |
virtual | ~TestCase () |
virtual void | open () |
virtual void | close () |
virtual void | start ()=0 |
void | addTestListener (TestListener *testListener) |
bool | assert (const String &assertionName, bool success) |
const String & | getName () const |
void | setSuite (TestSuite *suite) |
Protected Attributes | |
TestSuite * | suite |
String | name |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|