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

◆ method_setup()

template<typename FIXTURE>
void radarelab::utils::tests::FixtureTestCase< FIXTURE >::method_setup ( TestMethodResult & )
inlineoverridevirtual

Set up before the test method is run.

Reimplementa radarelab::utils::tests::TestCase.

Definizione alla linea 684 del file tests.h.

685 {
687 if (fixture) fixture->test_setup();
688 }
Test case that includes a fixture.
Definition tests.h:657
virtual void method_setup(TestMethodResult &)
Set up before the test method is run.
Definition tests.h:564

Referenzia radarelab::utils::tests::TestCase::method_setup().