Version: 5.1.6

INTERP_TEST.InterpolationTestSuite< SPACEDIM, MESHDIM > Class Template Reference

Base class for mesh intersection test suites. More...

#include <InterpolationTestSuite.hxx>

Inheritance diagram for INTERP_TEST.InterpolationTestSuite< SPACEDIM, MESHDIM >:
Inheritance graph

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.

Detailed Description

template<int SPACEDIM, int MESHDIM>
class INTERP_TEST::InterpolationTestSuite< SPACEDIM, MESHDIM >

Base class for mesh intersection test suites.


Member Function Documentation

template<int SPACEDIM, int MESHDIM>
void INTERP_TEST.InterpolationTestSuite< SPACEDIM, MESHDIM >.setUp (  ) 

Sets up the test suite.

Creates the MeshTestToolkit object used by the tests.

template<int SPACEDIM, int MESHDIM>
void INTERP_TEST.InterpolationTestSuite< SPACEDIM, MESHDIM >.tearDown (  ) 

Cleans up after the test suite.

Liberates the MeshTestToolkit object used by the tests.


Field Documentation

template<int SPACEDIM, int MESHDIM>
MeshTestToolkit<SPACEDIM,MESHDIM>* INTERP_TEST.InterpolationTestSuite< SPACEDIM, MESHDIM >._testTools [protected]

MeshTestToolkit object to which the tests are delegated.