Elaboradar  0.1

◆ method_teardown()

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

Clean up after the test method is run.

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

Definizione alla linea 690 del file tests.h.

691  {
692  if (fixture) fixture->test_teardown();
694  }
virtual void method_teardown(TestMethodResult &)
Clean up after the test method is run.
Definition: tests.h:569

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