Chaste Commit::f2ff7ee04e70ac9d06c57344df8d017dbb12b97b
AbstractCellBasedWithTimingsTestSuite Class Reference

#include <AbstractCellBasedWithTimingsTestSuite.hpp>

+ Inheritance diagram for AbstractCellBasedWithTimingsTestSuite:
+ Collaboration diagram for AbstractCellBasedWithTimingsTestSuite:

Protected Member Functions

void setUp ()
 
void tearDown ()
 
- Protected Member Functions inherited from AbstractCellBasedTestSuite
void setUp ()
 
void tearDown ()
 

Detailed Description

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.

Member Function Documentation

◆ setUp()

void AbstractCellBasedWithTimingsTestSuite::setUp ( )
inlineprotected

Overridden setUp() method. Resets the timer and calls method on parent class.

Definition at line 59 of file AbstractCellBasedWithTimingsTestSuite.hpp.

References Timer::Reset(), and AbstractCellBasedTestSuite::setUp().

◆ tearDown()

void AbstractCellBasedWithTimingsTestSuite::tearDown ( )
inlineprotected

Overridden teardown() method. Prints the amount of time the test took, and calls method on parent class.

Definition at line 68 of file AbstractCellBasedWithTimingsTestSuite.hpp.

References Timer::Print(), and AbstractCellBasedTestSuite::tearDown().


The documentation for this class was generated from the following file: