Elaboradar 0.1
|
Test registry. Continua...
#include <testrunner.h>
Membri pubblici | |
void | register_test_case (TestCase &test_case) |
Register a new test case. | |
void | iterate_test_methods (std::function< void(const TestCase &, const TestMethod &)>) |
Iterate on all test methods known by this registry. | |
std::vector< TestCaseResult > | run_tests (TestController &controller) |
Run all the registered tests using the given controller. | |
Membri pubblici statici | |
static TestRegistry & | get () |
Get the singleton instance of TestRegistry. | |
Attributi pubblici | |
std::vector< TestCase * > | entries |
All known test cases. | |
Test registry.
It collects information about all known test cases and takes care of running them.
Definizione alla linea 248 del file testrunner.h.