|
hce-node application
1.4.3
HCE Hierarchical Cluster Engine node application
|
#include <gtest/gtest.h>#include "HandlerMocks.hpp"#include "ReducingHandler.hpp"#include "ReducingInputMessage.hpp"#include "ReducingOutputMessage.hpp"#include "Exceptions.hpp"#include "SphinxReduceJobBuilder.hpp"
Go to the source code of this file.
Classes | |
| class | ReducingHandlerTest |
Functions | |
| TEST_F (ReducingHandlerTest, createInitStructuresForAccumulating) | |
| TEST_F (ReducingHandlerTest, translateJSONStructureThrowsToSupportNotifier) | |
| TEST_F (ReducingHandlerTest, translateManagerFactoryNotFoundByKeyExceptionToSupportNotifier) | |
| TEST_F (ReducingHandlerTest, makeReducing) | |
| TEST_F (ReducingHandlerTest, translateNotFoundSphinxTaskReducerExceptionToSupportNotifier) | |
| TEST_F (ReducingHandlerTest, cleanUpResourcesAfterDeleteItemId) | |
| TEST_F (ReducingHandlerTest, translateNotFoundSphinxTaskReducerExceptionToSupportNotifierDuringDelete) | |
| TEST_F (ReducingHandlerTest, getAccumulateReducingParts) | |
| TEST_F (ReducingHandlerTest, throwExceptionWhilegetAccumulateReducingPartsbyInvalidKey) | |
| TEST_F | ( | ReducingHandlerTest | , |
| createInitStructuresForAccumulating | |||
| ) |
Definition at line 60 of file ReducingHandlerTest.cpp.
| TEST_F | ( | ReducingHandlerTest | , |
| translateJSONStructureThrowsToSupportNotifier | |||
| ) |
Definition at line 94 of file ReducingHandlerTest.cpp.
| TEST_F | ( | ReducingHandlerTest | , |
| translateManagerFactoryNotFoundByKeyExceptionToSupportNotifier | |||
| ) |
Definition at line 117 of file ReducingHandlerTest.cpp.
| TEST_F | ( | ReducingHandlerTest | , |
| makeReducing | |||
| ) |
Definition at line 137 of file ReducingHandlerTest.cpp.
| TEST_F | ( | ReducingHandlerTest | , |
| translateNotFoundSphinxTaskReducerExceptionToSupportNotifier | |||
| ) |
Definition at line 159 of file ReducingHandlerTest.cpp.
| TEST_F | ( | ReducingHandlerTest | , |
| cleanUpResourcesAfterDeleteItemId | |||
| ) |
Definition at line 185 of file ReducingHandlerTest.cpp.
| TEST_F | ( | ReducingHandlerTest | , |
| translateNotFoundSphinxTaskReducerExceptionToSupportNotifierDuringDelete | |||
| ) |
Definition at line 200 of file ReducingHandlerTest.cpp.
| TEST_F | ( | ReducingHandlerTest | , |
| getAccumulateReducingParts | |||
| ) |
Definition at line 213 of file ReducingHandlerTest.cpp.
| TEST_F | ( | ReducingHandlerTest | , |
| throwExceptionWhilegetAccumulateReducingPartsbyInvalidKey | |||
| ) |
Definition at line 222 of file ReducingHandlerTest.cpp.