hce-node application
1.4.3
HCE Hierarchical Cluster Engine node application
|
#include <gtest/gtest.h>
#include "SphinxReduceDataStorage.hpp"
#include "SphinxResultData.hpp"
#include <vector>
Go to the source code of this file.
Classes | |
class | SphinxReduceDataStorageTest |
Functions | |
TEST (SphinxReduceDataStorage, IterableIfMustBeEmptyAfterInit) | |
TEST_F (SphinxReduceDataStorageTest, addOneResult) | |
TEST_F (SphinxReduceDataStorageTest, creationComplexKeyForInputData) | |
TEST_F (SphinxReduceDataStorageTest, addManyResult) | |
TEST_F (SphinxReduceDataStorageTest, orderDataWithEqualComplexKey) |
TEST | ( | SphinxReduceDataStorage | , |
IterableIfMustBeEmptyAfterInit | |||
) |
Definition at line 17 of file SphinxReduceDataStorageTest.cpp.
TEST_F | ( | SphinxReduceDataStorageTest | , |
addOneResult | |||
) |
Definition at line 68 of file SphinxReduceDataStorageTest.cpp.
TEST_F | ( | SphinxReduceDataStorageTest | , |
creationComplexKeyForInputData | |||
) |
Definition at line 83 of file SphinxReduceDataStorageTest.cpp.
TEST_F | ( | SphinxReduceDataStorageTest | , |
addManyResult | |||
) |
Definition at line 101 of file SphinxReduceDataStorageTest.cpp.
TEST_F | ( | SphinxReduceDataStorageTest | , |
orderDataWithEqualComplexKey | |||
) |
Definition at line 120 of file SphinxReduceDataStorageTest.cpp.