1 #ifndef EMM_ElementaryTest_H 2 #define EMM_ElementaryTest_H 48 inline static SP::EMM_ElementaryTest
New() {
This class is a Run class for Common package.
Definition: CORE_Run.h:38
virtual ~EMM_ElementaryTest(void)
destroy
Definition: EMM_ElementaryTest.cpp:12
virtual tBoolean test(const CORE_Run &runner, const map< tString, tString > &options) const
make the test
Definition: EMM_ElementaryTest.cpp:16
#define tBoolean
Definition: types.h:139
static SP::EMM_ElementaryTest New()
create a test class
Definition: EMM_ElementaryTest.h:48
This class is a test class for E-MicromM package.
Definition: EMM_Test.h:25
SP_OBJECT(EMM_ElementaryTest)
tBoolean magnetostrictionBackupTest(const CORE_Run &runner, const tBoolean &isRestoring) const
make a backup & restore for the magnetostriction problem
Definition: EMM_ElementaryTest.cpp:322
EMM_ElementaryTest(void)
create
Definition: EMM_ElementaryTest.cpp:9
tBoolean defaultTest(const CORE_Run &runner) const
make a default runner process step by step
Definition: EMM_ElementaryTest.cpp:505
DEFINE_SPTR(EMM_ElementaryTest)
tBoolean optionsTest(const CORE_Run &runner) const
make the test of options
Definition: EMM_ElementaryTest.cpp:75
tBoolean defaultBackupTest(const CORE_Run &runner) const
make a backup & restore for the default problem
Definition: EMM_ElementaryTest.cpp:137
This class is a test class for testing trivial cases.
Definition: EMM_ElementaryTest.h:16
class Free introduced for deleting a smart pointer
Definition: CORE_Object.h:141