#include <tut.h>
Fonctions membres publiques | |
test_object () | |
template<int n> | |
void | test () |
Attributs publics | |
bool | called_method_was_a_dummy_test_ |
Définition à la ligne 398 du fichier tut.h.
|
Default constructor |
|
Default do-nothing test. Définition à la ligne 419 du fichier tut.h. Références 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. Définition à la ligne 404 du fichier tut.h. Référencé par tut::test_object< Data >::test(). |