AbstractCellBasedWithTimingsTestSuite Class Reference

#include <AbstractCellBasedWithTimingsTestSuite.hpp>

Inherits AbstractCellBasedTestSuite.

Collaboration diagram for AbstractCellBasedWithTimingsTestSuite:
Collaboration graph
[legend]

List of all members.

Protected Member Functions

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

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.


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

Generated by  doxygen 1.6.2