Chaste Commit::f2ff7ee04e70ac9d06c57344df8d017dbb12b97b
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

◆ setUp()

void AbstractCellBasedTestSuite::setUp ( )
inlineprotected

◆ tearDown()

void AbstractCellBasedTestSuite::tearDown ( )
inlineprotected

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