Simple default implementation of TestController. Continua...
#include <tests.h>
Membri pubblici | |
bool | test_case_begin (const TestCase &test_case, const TestCaseResult &test_case_result) override |
Called before running a test case. Continua... | |
void | test_case_end (const TestCase &test_case, const TestCaseResult &test_case_result) override |
Called after running a test case. Continua... | |
bool | test_method_begin (const TestMethod &test_method, const TestMethodResult &test_method_result) override |
Called before running a test method. Continua... | |
void | test_method_end (const TestMethod &test_method, const TestMethodResult &test_method_result) override |
Called after running a test method. Continua... | |
Attributi pubblici | |
std::string | whitelist |
Any method not matching this glob expression will not be run. Continua... | |
std::string | blacklist |
Any method matching this glob expression will not be run. Continua... | |
Simple default implementation of TestController.
It does progress printing to stdout and basic glob-based test method filtering.