hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
SphinxIndexTest.hpp
Go to the documentation of this file.
1 #ifndef SPHINX_INDEX_TEST_HPP
2 #define SPHINX_INDEX_TEST_HPP
3 
4 #include "SphinxIndexer.hpp"
5 #include "SphinxSearcher.hpp"
6 
7 namespace HCE
8 {
9 namespace sphinx
10 {
11 namespace tests
12 {
13 //-----------------------------------------------------------------------------
15 {
16  static std::string makeJson(unsigned int type);
17  static void testInputJsonSearch(void);
18  static void testInputJsonIndex(void);
19  static void testInputJsonManage(void);
20 public:
21  static void testDataStorage(void);
22  static void testInputJsonMessage(void);
23  static void testIndexerProcess(SphinxFunctionalObject& fObj);
24 
25 };
26 //-----------------------------------------------------------------------------
27 //-----------------------------------------------------------------------------
28 } // end namespace tests
29 } // end namespace sphinx
30 } // end namespace HCE
31 
32 #endif // SPHINX_INDEX_TEST_HPP