Elaboradar  0.1

◆ 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::VerboseTestController, e radarelab::utils::tests::SimpleTestController.

Definizione alla linea 168 del file testrunner.h.

168 { return true; }