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

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< TestCaseResultrun_tests (TestController &controller)
 Run all the registered tests using the given controller.
 

Membri pubblici statici

static TestRegistryget ()
 Get the singleton instance of TestRegistry.
 

Attributi pubblici

std::vector< TestCase * > entries
 All known test cases.
 

Descrizione dettagliata

Test registry.

It collects information about all known test cases and takes care of running them.

Definizione alla linea 248 del file testrunner.h.


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