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

◆ setup()

template<typename FIXTURE >
void radarelab::utils::tests::FixtureTestCase< FIXTURE >::setup ( )
inlineoverridevirtual

Set up the test case before it is run.

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

Definizione alla linea 671 del file tests.h.

672 {
674 fixture = make_fixture();
675 }
virtual void setup()
Set up the test case before it is run.
Definition tests.h:554

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