Elaboradar 0.1
|
◆ method_setup()
template<typename FIXTURE >
Set up before the test method is run. Reimplementa radarelab::utils::tests::TestCase. Definizione alla linea 684 del file tests.h. 685 {
686 TestCase::method_setup(mr);
687 if (fixture) fixture->test_setup();
688 }
virtual void method_setup(TestMethodResult &) Set up before the test method is run. Definition tests.h:564 Referenzia radarelab::utils::tests::TestCase::method_setup(). |