Elaboradar  0.1

◆ teardown()

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

Clean up after the test case is run.

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

Definizione alla linea 676 del file tests.h.

677  {
678  delete fixture;
679  fixture = 0;
681  }
virtual void teardown()
Clean up after the test case is run.
Definition: tests.h:558

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