summaryrefslogtreecommitdiff
path: root/src/components/include/test/connection_handler/mock_connection_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/include/test/connection_handler/mock_connection_handler.h')
-rw-r--r--src/components/include/test/connection_handler/mock_connection_handler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/include/test/connection_handler/mock_connection_handler.h b/src/components/include/test/connection_handler/mock_connection_handler.h
index 5836626ae3..219ee7b561 100644
--- a/src/components/include/test/connection_handler/mock_connection_handler.h
+++ b/src/components/include/test/connection_handler/mock_connection_handler.h
@@ -70,6 +70,7 @@ class MockConnectionHandler : public connection_handler::ConnectionHandler {
void(const std::string& policy_app_id,
const std::string& endpoint,
const std::string& cloud_transport_type));
+ MOCK_METHOD1(RemoveCloudAppDevice, void(const DeviceHandle device_id));
MOCK_METHOD1(CloseRevokedConnection, void(uint32_t connection_key));
MOCK_METHOD1(CloseConnection, void(ConnectionHandle connection_handle));
MOCK_METHOD1(GetConnectionSessionsCount, uint32_t(uint32_t connection_key));