#include <TestVectors.hpp>
Inheritance diagram for Test::Unit:

Public Member Functions | |
| virtual String | getTestName (const String &str="") const |
| virtual bool | launchTest ()=0 |
| Unit (const String &name) | |
| virtual | ~Unit () |
Public Attributes | |
| String | testName |
| Test::Unit::Unit | ( | const String & | name | ) | [inline] |
| virtual Test::Unit::~Unit | ( | ) | [inline, virtual] |
Reimplemented in Test::LineDelimiter.
| virtual bool Test::Unit::launchTest | ( | ) | [pure virtual] |
Implemented in Test::LineDelimiter.
