#include <AbstractCellBasedTestSuite.hpp>
Inherits CxxTest::TestSuite.

Protected Member Functions | |
| void | setUp () |
| void | tearDown () |
This class provides setUp and tearDown methods that are common to many cell_based test suites. Such suites may inherit from this class to avoid having to redefine them.
Definition at line 53 of file AbstractCellBasedTestSuite.hpp.
| void AbstractCellBasedTestSuite::setUp | ( | ) | [inline, protected] |
Overridden setUp() method. Initialises singleton classes.
Definition at line 60 of file AbstractCellBasedTestSuite.hpp.
References CellPropertyRegistry::Clear(), CellPropertyRegistry::Instance(), RandomNumberGenerator::Instance(), SimulationTime::Instance(), RandomNumberGenerator::Reseed(), CellId::ResetMaxCellId(), and SimulationTime::SetStartTime().
| void AbstractCellBasedTestSuite::tearDown | ( | ) | [inline, protected] |
Overridden teardown() method. Clears up singleton classes.
Definition at line 71 of file AbstractCellBasedTestSuite.hpp.
References RandomNumberGenerator::Destroy(), and SimulationTime::Destroy().
1.6.2