hce-node application
1.4.3
HCE Hierarchical Cluster Engine node application
|
#include <gtest/gtest.h>
#include "ReducingHandler.hpp"
#include "ReducingPartsCountersStorage.hpp"
#include "ReduceAdditionsStorage.hpp"
#include "SphinxTaskReducersManager.hpp"
#include "ReducingOutputMessageBuilder.hpp"
#include "ConsoleSupportNotifier.hpp"
#include "ReducingExceptionsTranslator.hpp"
#include "TaskReducersManagerFactory.hpp"
#include "TestUtils.hpp"
#include "SphinxResultCompareUtils.hpp"
Go to the source code of this file.
Classes | |
class | ReducingHandlerIntergationTest |
Functions | |
TEST_F (ReducingHandlerIntergationTest, reducingTaskForInvalidKey) | |
TEST_F (ReducingHandlerIntergationTest, supressThrowsWhileDeleteReducingTaskByInvalidKey) | |
TEST_F (ReducingHandlerIntergationTest, throwExceptionWhenEncounterInvalidKeyForPartsNumberCounters) | |
TEST_F (ReducingHandlerIntergationTest, reduceTaskWithOnePartsNumber) | |
TEST_F (ReducingHandlerIntergationTest, reduceTaskWithTwoPartsNumber) | |
TEST_F (ReducingHandlerIntergationTest, reduceTaskWithTwoPartsNumberWithDescSort) |
TEST_F | ( | ReducingHandlerIntergationTest | , |
reducingTaskForInvalidKey | |||
) |
Definition at line 130 of file ReducingHandlerIntergationTest.cpp.
TEST_F | ( | ReducingHandlerIntergationTest | , |
supressThrowsWhileDeleteReducingTaskByInvalidKey | |||
) |
Definition at line 143 of file ReducingHandlerIntergationTest.cpp.
TEST_F | ( | ReducingHandlerIntergationTest | , |
throwExceptionWhenEncounterInvalidKeyForPartsNumberCounters | |||
) |
Definition at line 149 of file ReducingHandlerIntergationTest.cpp.
TEST_F | ( | ReducingHandlerIntergationTest | , |
reduceTaskWithOnePartsNumber | |||
) |
Definition at line 156 of file ReducingHandlerIntergationTest.cpp.
TEST_F | ( | ReducingHandlerIntergationTest | , |
reduceTaskWithTwoPartsNumber | |||
) |
Definition at line 178 of file ReducingHandlerIntergationTest.cpp.
TEST_F | ( | ReducingHandlerIntergationTest | , |
reduceTaskWithTwoPartsNumberWithDescSort | |||
) |
Definition at line 204 of file ReducingHandlerIntergationTest.cpp.