hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
DRCERequestLocalShellTest.hpp
Go to the documentation of this file.
1 
14 #ifndef DRCE_REQUEST_LOCAL_SHELL_TEST_HPP
15 #define DRCE_REQUEST_LOCAL_SHELL_TEST_HPP
16 
17 namespace HCE
18 {
19 namespace drce
20 {
21 namespace tests
22 {
23 //-----------------------------------------------------------------------------
25 {
26 public:
27  static void testEmptyCommand(void);
28  static void testInputStreamWithCommand(void);
29  static void testInputStreamWithoutCommand(void);
30 
31  static void testCommandSort(void);
32  static void testBadCommandLs(void);
33  static void testCommandLs(void);
34  static void testCommandPs(void);
35  static void testCommandPhp(void);
36  static void testCommandPerl(void);
37  static void testCommandJava(void);
38 };
39 //-----------------------------------------------------------------------------
40 //-----------------------------------------------------------------------------
41 } // namespace tests
42 } // namespace drce
43 } // namespace HCE
44 
45 #endif // DRCE_REQUEST_LOCAL_SHELL_TEST_HPP