Chaste Release::3.1
|
#include <AbstractCellBasedTestSuite.hpp>
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 50 of file AbstractCellBasedTestSuite.hpp.
void AbstractCellBasedTestSuite::setUp | ( | ) | [inline, protected] |
Overridden setUp() method. Initialises singleton classes.
Definition at line 57 of file AbstractCellBasedTestSuite.hpp.
References CellPropertyRegistry::Clear(), CellPropertyRegistry::Instance(), RandomNumberGenerator::Instance(), SimulationTime::Instance(), RandomNumberGenerator::Reseed(), and SimulationTime::SetStartTime().
void AbstractCellBasedTestSuite::tearDown | ( | ) | [inline, protected] |
Overridden teardown() method. Clears up singleton classes.
Definition at line 70 of file AbstractCellBasedTestSuite.hpp.
References RandomNumberGenerator::Destroy(), and SimulationTime::Destroy().