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 677 del file tests.h.

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

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