Elaboradar 0.1
Caricamento in corso...
Ricerca in corso...
Nessun risultato
Riferimenti per la struct radarelab::utils::tests::TestController

Abstract interface for the objects that supervise test execution. Continua...

#include <testrunner.h>

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

Membri pubblici

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.
 

Descrizione dettagliata

Abstract interface for the objects that supervise test execution.

This can be used for printing progress, or to skip test methods or test cases.

Definizione alla linea 159 del file testrunner.h.


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