15 #ifndef ALEXA_CLIENT_SDK_CERTIFIEDSENDER_TEST_MOCKMESSAGESTORAGE_H_ 16 #define ALEXA_CLIENT_SDK_CERTIFIEDSENDER_TEST_MOCKMESSAGESTORAGE_H_ 23 namespace certifiedSender {
29 class MockMessageStorage :
public MessageStorageInterface {
47 #endif // ALEXA_CLIENT_SDK_CERTIFIEDSENDER_TEST_MOCKMESSAGESTORAGE_H_
virtual bool load(std::queue< StoredMessage > *messageContainer)=0
MOCK_METHOD0(createDatabase, bool())
Definition: AmdMetricWrapperTest.cpp:24
::std::string string
Definition: gtest-port.h:1097
MOCK_METHOD2(store, bool(const std::string &message, int *id))
virtual bool store(const std::string &message, int *id)=0
virtual bool erase(int messageId)=0
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
virtual bool clearDatabase()=0
MOCK_METHOD3(store, bool(const std::string &message, const std::string &uriPathExtension, int *id))
MOCK_METHOD1(load, bool(std::queue< StoredMessage > *messageContainer))
tuple message
Definition: gtest_output_test.py:331
virtual bool createDatabase()=0