#include <AbstractCellBasedWithTimingsTestSuite.hpp>
Inherits AbstractCellBasedTestSuite.
Protected Member Functions | |
void | setUp () |
void | tearDown () |
This class provides setUp and tearDown methods that time each test, and then do all the regular singleton cleaning via AbstractCellBasedTestSuite.
Note that the subclasses of CxxTest::TestSuite need to have names that end with the characters "TestSuite", due to our hack of cxxtest (see r3168 and #593).
Definition at line 53 of file AbstractCellBasedWithTimingsTestSuite.hpp.
void AbstractCellBasedWithTimingsTestSuite::setUp | ( | ) | [inline, protected] |
Overridden setUp() method. Resets the timer and calls method on parent class.
Reimplemented from AbstractCellBasedTestSuite.
Definition at line 47 of file AbstractCellBasedWithTimingsTestSuite.hpp.
void AbstractCellBasedWithTimingsTestSuite::tearDown | ( | ) | [inline, protected] |
Overridden teardown() method. Prints the amount of time the test took, and calls method on parent class.
Reimplemented from AbstractCellBasedTestSuite.
Definition at line 56 of file AbstractCellBasedWithTimingsTestSuite.hpp.