#include <Test.h>
Public Member Functions | |
Test (void) | |
Test (const std::string &n) | |
Test (const std::string &n, TestSuite *s) | |
virtual | ~Test (void) |
const std::string & | getName (void) |
TestSuite * | getSuite (void) |
virtual void | run (void)=0 |
Private Attributes | |
std::string | Name |
TestSuite * | Suite |
Test::Test | ( | void | ) | [inline] |
Test::Test | ( | const std::string & | n | ) | [inline] |
Test::Test | ( | const std::string & | n, | |
TestSuite * | s | |||
) | [inline] |
virtual Test::~Test | ( | void | ) | [inline, virtual] |
const std::string& Test::getName | ( | void | ) | [inline] |
TestSuite* Test::getSuite | ( | void | ) | [inline] |
virtual void Test::run | ( | void | ) | [pure virtual] |
Implemented in TestCategoryCaller< UTType >, TestSuite, and UnitTest.
std::string Test::Name [private] |
TestSuite* Test::Suite [private] |