#include <tut.h>
Public Member Functions | |
test_object () | |
template<int n> | |
void | test () |
Public Attributes | |
bool | called_method_was_a_dummy_test_ |
Definition at line 398 of file tut.h.
tut::test_object< Data >::test_object | ( | ) | [inline] |
Default do-nothing test.
Definition at line 419 of file tut.h.
References tut::test_object< Data >::called_method_was_a_dummy_test_.
bool tut::test_object< Data >::called_method_was_a_dummy_test_ |
The flag is set to true by default (dummy) test. Used to detect usused test numbers and avoid unnecessary test object creation which may be time-consuming depending on operations described in Data::Data() and Data::~Data(). TODO: replace with throwing special exception from default test.
Definition at line 404 of file tut.h.
Referenced by tut::test_object< Data >::test().