Result of running a test method. Continua...
#include <tests.h>
Attributi pubblici | |
std::string | test_case |
Name of the test case. Continua... | |
std::string | test_method |
Name of the test method. Continua... | |
std::string | error_message |
If non-empty, the test failed with this error. Continua... | |
TestStack | error_stack |
Stack frame of where the error happened. Continua... | |
std::string | exception_typeid |
If non-empty, the test threw an exception and this is its type ID. Continua... | |
bool | skipped = false |
True if the test has been skipped. Continua... | |