Base class for mesh intersection test suites. More...
#include <InterpolationTestSuite.hxx>

Public Member Functions | |
| void | setUp () |
| Sets up the test suite. | |
| void | tearDown () |
| Cleans up after the test suite. | |
Protected Attributes | |
| MeshTestToolkit< SPACEDIM, MESHDIM > * | _testTools |
| MeshTestToolkit object to which the tests are delegated. | |
Base class for mesh intersection test suites.
| void INTERP_TEST.InterpolationTestSuite< SPACEDIM, MESHDIM >.setUp | ( | ) |
Sets up the test suite.
Creates the MeshTestToolkit object used by the tests.
| void INTERP_TEST.InterpolationTestSuite< SPACEDIM, MESHDIM >.tearDown | ( | ) |
Cleans up after the test suite.
Liberates the MeshTestToolkit object used by the tests.
MeshTestToolkit<SPACEDIM,MESHDIM>* INTERP_TEST.InterpolationTestSuite< SPACEDIM, MESHDIM >._testTools [protected] |
MeshTestToolkit object to which the tests are delegated.