|
hce-node application
1.4.3
HCE Hierarchical Cluster Engine node application
|
#include <gtest/gtest.h>#include "SphinxTaskReducersManager.hpp"#include "SphinxResultCompareUtils.hpp"#include "SphinxTaskReducersStorage.hpp"#include "SphinxTaskReducerFactory.hpp"#include "SphinxResultJSONConvertor.hpp"
Go to the source code of this file.
Classes | |
| class | SphinxTaskReducersManagerIntegrationTest |
Functions | |
| TEST_F (SphinxTaskReducersManagerIntegrationTest, checkExistenceASphinxReducer) | |
| TEST_F (SphinxTaskReducersManagerIntegrationTest, reduceEmptySphinxResultResponses) | |
| TEST_F (SphinxTaskReducersManagerIntegrationTest, throwExceptionWhileAddDataWithInvalidTaskId) | |
| TEST_F (SphinxTaskReducersManagerIntegrationTest, throwExceptionWhileParseWrongJSONFormatString) | |
| TEST_F (SphinxTaskReducersManagerIntegrationTest, reduceOneSphinxResult) | |
| TEST_F (SphinxTaskReducersManagerIntegrationTest, reduceTwoSphinxResults) | |
| TEST_F | ( | SphinxTaskReducersManagerIntegrationTest | , |
| checkExistenceASphinxReducer | |||
| ) |
Definition at line 106 of file SphinxTaskReducersManagerIntegrationTest.cpp.

| TEST_F | ( | SphinxTaskReducersManagerIntegrationTest | , |
| reduceEmptySphinxResultResponses | |||
| ) |
Definition at line 118 of file SphinxTaskReducersManagerIntegrationTest.cpp.

| TEST_F | ( | SphinxTaskReducersManagerIntegrationTest | , |
| throwExceptionWhileAddDataWithInvalidTaskId | |||
| ) |
Definition at line 136 of file SphinxTaskReducersManagerIntegrationTest.cpp.

| TEST_F | ( | SphinxTaskReducersManagerIntegrationTest | , |
| throwExceptionWhileParseWrongJSONFormatString | |||
| ) |
Definition at line 150 of file SphinxTaskReducersManagerIntegrationTest.cpp.

| TEST_F | ( | SphinxTaskReducersManagerIntegrationTest | , |
| reduceOneSphinxResult | |||
| ) |
Definition at line 165 of file SphinxTaskReducersManagerIntegrationTest.cpp.

| TEST_F | ( | SphinxTaskReducersManagerIntegrationTest | , |
| reduceTwoSphinxResults | |||
| ) |
Definition at line 182 of file SphinxTaskReducersManagerIntegrationTest.cpp.
