1 #ifndef EMM_PrimaryTest_H 2 #define EMM_PrimaryTest_H 48 inline static SP::EMM_PrimaryTest
New() {
SP_OBJECT(EMM_PrimaryTest)
virtual tBoolean test(const CORE_Run &runner, const map< tString, tString > &options) const
make the test
Definition: EMM_PrimaryTest.cpp:17
This class is a Run class for Common package.
Definition: CORE_Run.h:38
tBoolean systemTest(const CORE_Run &runner, const map< tString, tString > &options) const
test the system classes
tBoolean fieldTest(const CORE_Run &runner, const map< tString, tString > &options) const
test the field
tBoolean operatorsTest(const CORE_Run &runner, const map< tString, tString > &options) const
test the operators classes
tBoolean morseArrayTest(const CORE_Run &runner, const map< tString, tString > &options) const
test the morse array
#define tBoolean
Definition: types.h:139
tBoolean matterTest(const CORE_Run &runner, const map< tString, tString > &options) const
test the matter classes
This class is a test class for E-MicromM package.
Definition: EMM_Test.h:25
EMM_PrimaryTest(void)
create
Definition: EMM_PrimaryTest.cpp:10
static SP::EMM_PrimaryTest New()
create a test class
Definition: EMM_PrimaryTest.h:48
This class is a test class for testing trivial cases.
Definition: EMM_PrimaryTest.h:16
virtual ~EMM_PrimaryTest(void)
destroy
Definition: EMM_PrimaryTest.cpp:13
DEFINE_SPTR(EMM_PrimaryTest)
tBoolean grid3DTest(const CORE_Run &runner, const map< tString, tString > &options) const
test the grid3D class
class Free introduced for deleting a smart pointer
Definition: CORE_Object.h:141
tBoolean timeTest(const CORE_Run &runner, const map< tString, tString > &options) const
test the time classes