#include <Pt/Unit/RegisterTest.h>
Registers tests to an application. More...
Public Member Functions | |
RegisterTest () | |
Constructor. | |
Tests can be registered easily with the RegisterTest<> class template to an Unit::Application at program initialisation. A typical example looks like this:
The constructor of the RegisterTest class template will register an instance of its template parameter to the application.