C++ main module for emicrom Package  1.0
EMM_PrimaryTest.h
Go to the documentation of this file.
1 #ifndef EMM_PrimaryTest_H
2 #define EMM_PrimaryTest_H
3 
4 #include "EMM_Test.h"
5 
6 
16 class EMM_PrimaryTest : public EMM_Test {
17 
19  // ATTRIBUTES
20 
21 
22 public:
23 
24 
25 protected:
26  // METHODS
27 
28  // CONSTRUCTORS
29 
32  EMM_PrimaryTest(void);
33 
34 
35 
36  // DESTRUCTORS
37 
38 
41  virtual ~EMM_PrimaryTest(void);
42 
43 
44 
45 public:
48  inline static SP::EMM_PrimaryTest New() {
49  SP::EMM_PrimaryTest p(new EMM_PrimaryTest(),EMM_PrimaryTest::Delete());
50  p->setThis(p);
51  return p;
52  };
53 
54 
55 
56 
57 
61  virtual tBoolean test(const CORE_Run& runner,const map<tString,tString>& options) const;
62 
63 
64 private:
65 
66 
70  tBoolean fieldTest(const CORE_Run& runner,const map<tString,tString>& options) const;
74  tBoolean morseArrayTest(const CORE_Run& runner,const map<tString,tString>& options) const;
78  tBoolean grid3DTest(const CORE_Run& runner,const map<tString,tString>& options) const;
82  tBoolean matterTest(const CORE_Run& runner,const map<tString,tString>& options) const;
86  tBoolean systemTest(const CORE_Run& runner,const map<tString,tString>& options) const;
87 
91  tBoolean timeTest(const CORE_Run& runner,const map<tString,tString>& options) const;
92 
96  tBoolean operatorsTest(const CORE_Run& runner,const map<tString,tString>& options) const;
97 };
98 
99 #endif
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