16 #ifndef ALEXA_CLIENT_SDK_CAPABILITIESDELEGATE_TEST_MOCKCAPABILITIESSTORAGE_H_ 17 #define ALEXA_CLIENT_SDK_CAPABILITIESDELEGATE_TEST_MOCKCAPABILITIESSTORAGE_H_ 20 #include <unordered_map> 25 namespace capabilitiesDelegate {
49 #endif // ALEXA_CLIENT_SDK_CAPABILITIESDELEGATE_TEST_MOCKCAPABILITIESSTORAGE_H_ Definition: MockCapabilitiesStorage.h:31
virtual bool clearDatabase()=0
Definition: AmdMetricWrapperTest.cpp:24
::std::string string
Definition: gtest-port.h:1097
Definition: CapabilitiesDelegateStorageInterface.h:32
MOCK_METHOD1(store, bool(const std::unordered_map< std::string, std::string > &))
virtual bool load(std::unordered_map< std::string, std::string > *endpointConfigMap)=0
virtual bool store(const std::string &endpointId, const std::string &endpointConfig)=0
MOCK_METHOD0(createDatabase, bool())
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
MOCK_METHOD2(store, bool(const std::string &, const std::string &))
virtual bool erase(const std::string &endpointId)=0
virtual bool createDatabase()=0