hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
DRCEActionTypesTest.hpp
Go to the documentation of this file.
1 
14 #ifndef DRCE_ACTION_TYPES_TEST_HPP
15 #define DRCE_ACTION_TYPES_TEST_HPP
16 
17 namespace HCE
18 {
19 namespace drce
20 {
21 namespace tests
22 {
23 //-----------------------------------------------------------------------------
25 {
26 public:
27  static void testCreateBeforeExec(void);
28  static void testDeleteBeforeExec(void);
29  static void testReadAfterExec(void);
30  static void testDeleteAfterExec(void);
31  static void testEncodeDecodeContent(void);
32 };
33 //-----------------------------------------------------------------------------
34 //-----------------------------------------------------------------------------
35 } // namespace tests
36 } // namespace drce
37 } // namespace HCE
38 
39 #endif // DRCE_ACTION_TYPES_TEST_HPP