#include <tut.h>
Types publics | |
enum | result_type { ok, fail, ex, warn, term } |
Fonctions membres publiques | |
test_result () | |
test_result (const std::string &grp, int pos, result_type res) | |
test_result (const std::string &grp, int pos, result_type res, const std::exception &ex) | |
Attributs publics | |
std::string | group |
int | test |
result_type | result |
std::string | message |
std::string | exception_typeid |
For test: contains result of test and, possible, message for failure or exception.
Définition à la ligne 95 du fichier tut.h.
|
ok - test finished successfully fail - test failed with ensure() or fail() methods ex - test throwed an exceptions warn - test finished successfully, but test destructor throwed term - test forced test application to terminate abnormally |
|
Default constructor. |
|
Constructor. |
|
Constructor with exception. |
|
Définition à la ligne 121 du fichier tut.h. Référencé par tut::reporter::run_completed(). |
|
Test group name. Définition à la ligne 100 du fichier tut.h. Référencé par tut::util::deserialize(), tut::reporter::run_completed(), tut::util::serialize(), et tut::reporter::test_completed(). |
|
Exception message for failed test. Définition à la ligne 120 du fichier tut.h. Référencé par tut::util::deserialize(), tut::reporter::run_completed(), et tut::util::serialize(). |
|
Définition à la ligne 115 du fichier tut.h. Référencé par tut::util::deserialize(), operator<<(), tut::reporter::run_completed(), tut::util::serialize(), et tut::reporter::test_completed(). |
|
Test number in group. Définition à la ligne 105 du fichier tut.h. Référencé par tut::util::deserialize(), operator<<(), tut::reporter::run_completed(), et tut::util::serialize(). |