#include <tools.h>

Public Member Functions | |
| virtual | ~testSuite () |
| void | run (unsigned int const indentation) |
| virtual void | runtests (unsigned int const) |
| virtual std::string | suiteName () |
Public Attributes | |
| int | tests |
| int | failures |
Definition at line 9 of file tools.h.
| virtual void testSuite::runtests | ( | unsigned int | const | ) | [inline, virtual] |
| virtual std::string testSuite::suiteName | ( | ) | [inline, virtual] |
| int testSuite::tests |
1.5.6