|
hce-node application
1.4.3
HCE Hierarchical Cluster Engine node application
|
#include <HandlerMocks.hpp>


Public Member Functions | |
| MOCK_METHOD1 (translateToErrorCode, int(const NotFoundByKeyException &e)) | |
| MOCK_METHOD1 (translateToErrorMsg, string(const NotFoundByKeyException &e)) | |
Public Member Functions inherited from HCE::reduce::ReducingExceptionsTranslatorIf | |
| virtual | ~ReducingExceptionsTranslatorIf () |
| virtual int | translateToErrorCode (const NotFoundByKeyException &e)=0 |
| virtual std::string | translateToErrorMsg (const NotFoundByKeyException &e)=0 |
Definition at line 50 of file HandlerMocks.hpp.
| ReducingExceptionsTranslatorMock::MOCK_METHOD1 | ( | translateToErrorCode | , |
| int(const NotFoundByKeyException &e) | |||
| ) |
| ReducingExceptionsTranslatorMock::MOCK_METHOD1 | ( | translateToErrorMsg | , |
| string(const NotFoundByKeyException &e) | |||
| ) |