Elaboradar 0.1
|
◆ setup()
template<typename FIXTURE>
Set up the test case before it is run. Reimplementa radarelab::utils::tests::TestCase. Definizione alla linea 671 del file tests.h. 672 {
673 TestCase::setup();
674 fixture = make_fixture();
675 }
Referenzia radarelab::utils::tests::TestCase::setup(). |