1 #include <gtest/gtest.h>
5 using namespace HCE::reduce;
9 int validKey = 2442352714LLU;
16 EXPECT_TRUE(reducingPartsCountersStorage.
findBy(validKey) ==
true);
17 EXPECT_TRUE(reducingPartsCountersStorage.
findBy(invalidKey) ==
false);
23 int key = 2442352714LLU;
40 ASSERT_THROW(reducingPartsCountersStorage.
incrementBy(invalidKey),
52 reducingPartsCountersStorage.
deleteBy(key);
54 ASSERT_TRUE(reducingPartsCountersStorage.
findBy(key) ==
false);
62 unsigned int taskNumbers = 2;