Elaboradar 0.1
Caricamento in corso...
Ricerca in corso...
Nessun risultato

◆ test_case_begin()

virtual bool radarelab::utils::tests::TestController::test_case_begin ( const TestCase & test_case,
const TestCaseResult & test_case_result )
inlinevirtual

Called before running a test case.

Restituisce
true if the test case should be run, false if it should be skipped

Reimplementata in radarelab::utils::tests::SimpleTestController, e radarelab::utils::tests::VerboseTestController.

Definizione alla linea 168 del file testrunner.h.

168{ return true; }