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