summaryrefslogtreecommitdiff
path: root/src/components/include/test/connection_handler/mock_connection_handler_observer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/include/test/connection_handler/mock_connection_handler_observer.h')
-rw-r--r--src/components/include/test/connection_handler/mock_connection_handler_observer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/include/test/connection_handler/mock_connection_handler_observer.h b/src/components/include/test/connection_handler/mock_connection_handler_observer.h
index 61877daa23..90174017c3 100644
--- a/src/components/include/test/connection_handler/mock_connection_handler_observer.h
+++ b/src/components/include/test/connection_handler/mock_connection_handler_observer.h
@@ -83,6 +83,8 @@ class MockConnectionHandlerObserver
MOCK_METHOD2(SetPendingApplicationState,
void(const transport_manager::ConnectionUID connection_id,
const transport_manager::DeviceInfo& device_info));
+ MOCK_METHOD1(GetProtocolVehicleData,
+ bool(connection_handler::ProtocolVehicleData& data));
};
} // namespace connection_handler_test