Elaboradar 0.1
Caricamento in corso...
Ricerca in corso...
Nessun risultato
Membri pubblici | Elenco di tutti i membri
Riferimenti per la struct radarelab::utils::tests::SimpleTestController

Simple default implementation of TestController. Continua...

#include <testrunner.h>

Diagramma delle classi per radarelab::utils::tests::SimpleTestController
radarelab::utils::tests::FilteringTestController radarelab::utils::tests::TestController

Membri pubblici

bool test_case_begin (const TestCase &test_case, const TestCaseResult &test_case_result) override
 Called before running a test case.
 
void test_case_end (const TestCase &test_case, const TestCaseResult &test_case_result) override
 Called after running a test case.
 
bool test_method_begin (const TestMethod &test_method, const TestMethodResult &test_method_result) override
 Called before running a test method.
 
void test_method_end (const TestMethod &test_method, const TestMethodResult &test_method_result) override
 Called after running a test method.
 
virtual bool test_case_begin (const TestCase &test_case, const TestCaseResult &test_case_result)
 Called before running a test case.
 
virtual void test_case_end (const TestCase &test_case, const TestCaseResult &test_case_result)
 Called after running a test case.
 
virtual bool test_method_begin (const TestMethod &test_method, const TestMethodResult &test_method_result)
 Called before running a test method.
 
virtual void test_method_end (const TestMethod &test_method, const TestMethodResult &test_method_result)
 Called after running a test method.
 

Altri membri ereditati

- Attributi pubblici ereditati da radarelab::utils::tests::FilteringTestController
std::string allowlist
 Any method not matching this glob expression will not be run.
 
std::string blocklist
 Any method matching this glob expression will not be run.
 

Descrizione dettagliata

Simple default implementation of TestController.

It does progress printing to stdout and basic glob-based test method filtering.

Definizione alla linea 210 del file testrunner.h.


La documentazione per questa struct รจ stata generata a partire dal seguente file: