summaryrefslogtreecommitdiff
path: root/src/components/protocol_handler/test/include/session_observer_mock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/protocol_handler/test/include/session_observer_mock.h')
-rw-r--r--src/components/protocol_handler/test/include/session_observer_mock.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/protocol_handler/test/include/session_observer_mock.h b/src/components/protocol_handler/test/include/session_observer_mock.h
index d562ec8373..383ebaa161 100644
--- a/src/components/protocol_handler/test/include/session_observer_mock.h
+++ b/src/components/protocol_handler/test/include/session_observer_mock.h
@@ -101,6 +101,9 @@ class SessionObserverMock: public ::protocol_handler::SessionObserver {
void(
const uint32_t &key,
const ::protocol_handler::ServiceType &service_type));
+ MOCK_CONST_METHOD1(GetHandshakeContext,
+ security_manager::SSLContext::HandshakeContext (const uint32_t key) );
+
#endif // ENABLE_SECURITY
};
} // namespace protocol_handler_test