C++ main module for emicrom Package  1.0
EMM_MagnetostrictionTest.h
Go to the documentation of this file.
1 #ifndef EMM_MagnetostrictionTest_H
2 #define EMM_MagnetostrictionTest_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_MagnetostrictionTest(void);
43 
44 
45 
46 public:
49  inline static SP::EMM_MagnetostrictionTest New() {
50  SP::EMM_MagnetostrictionTest p(new EMM_MagnetostrictionTest(),
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:
67 
68 
72  tBoolean magnetostrictionOperatorTest(const CORE_Run& runner,const map<tString,tString>& options) const;
73 
77  tBoolean HComputingTest(const CORE_Run& runner,const map<tString,tString>& options) const;
81  tBoolean energyComputingTest(const CORE_Run& runner,const map<tString,tString>& options) const;
82 
83 };
84 
85 #endif
tBoolean energyComputingTest(const CORE_Run &runner, const map< tString, tString > &options) const
test the computing of E
Definition: EMM_MagnetostrictionTest.cpp:266
This class is a Run class for Common package.
Definition: CORE_Run.h:38
static SP::EMM_MagnetostrictionTest New()
create a test class
Definition: EMM_MagnetostrictionTest.h:49
EMM_MagnetostrictionTest(void)
create the class
Definition: EMM_MagnetostrictionTest.cpp:14
#define tBoolean
Definition: types.h:139
This class is a test class for E-MicromM package.
Definition: EMM_Test.h:25
tBoolean HComputingTest(const CORE_Run &runner, const map< tString, tString > &options) const
test the computing of H
Definition: EMM_MagnetostrictionTest.cpp:99
SP_OBJECT(EMM_MagnetostrictionTest)
DEFINE_SPTR(EMM_MagnetostrictionTest)
virtual ~EMM_MagnetostrictionTest(void)
destroy the class
Definition: EMM_MagnetostrictionTest.cpp:17
virtual tBoolean test(const CORE_Run &runner, const map< tString, tString > &options) const
make the test
Definition: EMM_MagnetostrictionTest.cpp:21
This class is a test class for testing primary methods for magnetostriction operator.
Definition: EMM_MagnetostrictionTest.h:17
tBoolean magnetostrictionOperatorTest(const CORE_Run &runner, const map< tString, tString > &options) const
test the magnetostriction operator
Definition: EMM_MagnetostrictionTest.cpp:66
class Free introduced for deleting a smart pointer
Definition: CORE_Object.h:141