Elaboradar 0.1
|
◆ teardown()
template<typename FIXTURE >
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;
681 TestCase::teardown();
682 }
Referenzia radarelab::utils::tests::TestCase::teardown(). |