hce-node application
1.4.3
HCE Hierarchical Cluster Engine node application
|
#include <HandlerMocks.hpp>
Public Member Functions | |
MOCK_METHOD2 (notifyWrongJSONStructure, void(unsigned long long itemId, const SharedPtr< ReducingInputMessage > &reducingInputMessage)) | |
MOCK_METHOD1 (notifyNotFoundItemException, void(const NotFoundByKeyException &e)) | |
Public Member Functions inherited from HCE::reduce::SupportNotifierIf | |
virtual | ~SupportNotifierIf () |
virtual void | notifyWrongJSONStructure (unsigned long long itemId, const Poco::SharedPtr< reduce_types::ReducingInputMessage > &reducingInputMessage)=0 |
virtual void | notifyNotFoundItemException (const NotFoundByKeyException &e)=0 |
Definition at line 57 of file HandlerMocks.hpp.
SupportNotifierMock::MOCK_METHOD1 | ( | notifyNotFoundItemException | , |
void(const NotFoundByKeyException &e) | |||
) |
SupportNotifierMock::MOCK_METHOD2 | ( | notifyWrongJSONStructure | , |
void(unsigned long long itemId, const SharedPtr< ReducingInputMessage > &reducingInputMessage) | |||
) |