hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ReducingPartsCountersStorageMock Class Reference

#include <HandlerMocks.hpp>

Inheritance diagram for ReducingPartsCountersStorageMock:
Collaboration diagram for ReducingPartsCountersStorageMock:

Public Member Functions

 MOCK_METHOD1 (findBy, bool(unsigned long long keyId))
 MOCK_METHOD1 (deleteBy, void(unsigned long long keyId))
 MOCK_METHOD1 (addReducingPartsCounterWithKey, void(unsigned long long keyId))
 MOCK_METHOD1 (incrementBy, void(unsigned long long keyId))
 MOCK_METHOD1 (getAccumulateReducingParts, int(unsigned long long keyId))
 MOCK_METHOD0 (getTotalTasksNumber, unsigned int())
- Public Member Functions inherited from HCE::reduce::ReducingPartsCountersStorageIf
virtual ~ReducingPartsCountersStorageIf ()
virtual bool findBy (unsigned long long keyId)=0
virtual void deleteBy (unsigned long long keyId)=0
virtual void addReducingPartsCounterWithKey (unsigned long long keyId)=0
virtual void incrementBy (unsigned long long keyId)=0
virtual int getAccumulateReducingParts (unsigned long long keyId)=0
virtual unsigned int getTotalTasksNumber ()=0

Detailed Description

Definition at line 22 of file HandlerMocks.hpp.

Member Function Documentation

ReducingPartsCountersStorageMock::MOCK_METHOD0 ( getTotalTasksNumber  ,
unsigned   int() 
)
ReducingPartsCountersStorageMock::MOCK_METHOD1 ( findBy  ,
bool(unsigned long long keyId)   
)
ReducingPartsCountersStorageMock::MOCK_METHOD1 ( deleteBy  ,
void(unsigned long long keyId)   
)
ReducingPartsCountersStorageMock::MOCK_METHOD1 ( addReducingPartsCounterWithKey  ,
void(unsigned long long keyId)   
)
ReducingPartsCountersStorageMock::MOCK_METHOD1 ( incrementBy  ,
void(unsigned long long keyId)   
)
ReducingPartsCountersStorageMock::MOCK_METHOD1 ( getAccumulateReducingParts  ,
int(unsigned long long keyId)   
)

The documentation for this class was generated from the following file: