Elaboradar  0.1

◆ test_method_begin()

virtual bool radarelab::utils::tests::TestController::test_method_begin ( const TestMethod test_method,
const TestMethodResult test_method_result 
)
inlinevirtual

Called before running a test method.

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

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

Definizione alla linea 180 del file testrunner.h.

180 { return true; }