Result of running a whole test case. Continua...
#include <tests.h>
Attributi pubblici | |
std::string | test_case |
Name of the test case. Continua... | |
std::vector< TestMethodResult > | methods |
Outcome of all the methods that have been run. Continua... | |
std::string | fail_setup |
Set to a non-empty string if the setup method of the test case failed. Continua... | |
std::string | fail_teardown |
Set to a non-empty string if the teardown method of the test case failed. Continua... | |
bool | skipped = false |
Set to true if this test case has been skipped. Continua... | |