#include <Assertion.hpp>
Test interface.
The test() is called when the framework runs the tests.
Tests written using ut4cpp don't need to derive from this class, they use the TEST macros instead.
Definition at line 129 of file Assertion.hpp.
Public Member Functions | |
| virtual | ~Test () |
| destructor | |
| virtual void | test ()=0 |
| Implements the test, the framework called it when it run the tests. | |
1.4.6-NO