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

◆ run_test()

virtual TestMethodResult radarelab::utils::tests::TestCase::run_test ( TestController controller,
TestMethod method 
)
virtual

Run a test method.

Call method_setup(), run all the tests that have been registered, then call method_teardown().

Exceptions thrown by the test method are caught and reported in TestMethodResult.

Exceptions in method_setup() and method_teardown() are caught and reported in TestMethodResult.