C++ main module for emicrom Package  1.0
EMM_DemagnetizedTest.h
Go to the documentation of this file.
1 #ifndef EMM_DemagnetizedTest_H
2 #define EMM_DemagnetizedTest_H
3 
4 #include "EMM_Test.h"
5 
6 
16 
18 
20  // ATTRIBUTES
21 
22 
23 public:
24 
25 
26 protected:
27  // METHODS
28 
29  // CONSTRUCTORS
30 
34 
35 
36 
37  // DESTRUCTORS
38 
39 
42  virtual ~EMM_DemagnetizedTest(void);
43 
44 
45 
46 public:
49  inline static SP::EMM_DemagnetizedTest New() {
50  SP::EMM_DemagnetizedTest p(new EMM_DemagnetizedTest(),
52  p->setThis(p);
53  return p;
54  };
55 
56 
57 
58 
59 
63  virtual tBoolean test(const CORE_Run& runner,const map<tString,tString>& options) const;
64 
65 
66 private:
69  //for debug
71 
73  const CORE_Run& runner) const;
74 
75 };
76 
77 #endif
virtual ~EMM_DemagnetizedTest(void)
destroy the class
Definition: EMM_DemagnetizedTest.cpp:23
static SP::EMM_DemagnetizedTest New()
create a test class
Definition: EMM_DemagnetizedTest.h:49
EMM_DemagnetizedTest(void)
create the class
Definition: EMM_DemagnetizedTest.cpp:20
tBoolean demagnetizedOperatorsComparisonTest() const
Definition: EMM_DemagnetizedTest.cpp:580
This class is a Run class for Common package.
Definition: CORE_Run.h:38
This class is a test class for testing primary methods for magnetostriction operator.
Definition: EMM_DemagnetizedTest.h:17
#define tBoolean
Definition: types.h:139
This class is a test class for E-MicromM package.
Definition: EMM_Test.h:25
tBoolean elementaryDemagnetizedMatrixTest() const
Definition: EMM_DemagnetizedTest.cpp:127
SP_OBJECT(EMM_DemagnetizedTest)
tBoolean SLDemagnetizedDebug() const
Definition: EMM_DemagnetizedTest.cpp:709
virtual tBoolean test(const CORE_Run &runner, const map< tString, tString > &options) const
make the test
Definition: EMM_DemagnetizedTest.cpp:27
#define tString
Definition: types.h:135
DEFINE_SPTR(EMM_DemagnetizedTest)
tBoolean demagnetizedTestCase(const tString &name, const CORE_Run &runner) const
Definition: EMM_DemagnetizedTest.cpp:783
class Free introduced for deleting a smart pointer
Definition: CORE_Object.h:141