Chaste  Release::2018.1
AbstractCellBasedTestSuite Class Reference

#include <AbstractCellBasedTestSuite.hpp>

+ Inheritance diagram for AbstractCellBasedTestSuite:
+ Collaboration diagram for AbstractCellBasedTestSuite:

Protected Member Functions

void setUp ()
 
void tearDown ()
 

Detailed Description

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.

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 58 of file AbstractCellBasedTestSuite.hpp.

Member Function Documentation

void AbstractCellBasedTestSuite::setUp ( )
inlineprotected
void AbstractCellBasedTestSuite::tearDown ( )
inlineprotected

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