summaryrefslogtreecommitdiff
path: root/src/components/application_manager/rpc_plugins/app_service_rpc_plugin/test/commands/mobile/on_app_service_data_notification_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/rpc_plugins/app_service_rpc_plugin/test/commands/mobile/on_app_service_data_notification_test.cc')
-rw-r--r--src/components/application_manager/rpc_plugins/app_service_rpc_plugin/test/commands/mobile/on_app_service_data_notification_test.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/components/application_manager/rpc_plugins/app_service_rpc_plugin/test/commands/mobile/on_app_service_data_notification_test.cc b/src/components/application_manager/rpc_plugins/app_service_rpc_plugin/test/commands/mobile/on_app_service_data_notification_test.cc
index d501ea08ea..47358ef631 100644
--- a/src/components/application_manager/rpc_plugins/app_service_rpc_plugin/test/commands/mobile/on_app_service_data_notification_test.cc
+++ b/src/components/application_manager/rpc_plugins/app_service_rpc_plugin/test/commands/mobile/on_app_service_data_notification_test.cc
@@ -70,10 +70,10 @@ namespace app_service_plugin_test {
using namespace app_service_rpc_plugin;
using application_manager::ApplicationSet;
-class OnAppServiceDatanotificationTest
+class OnAppServiceDataNotificationTest
: public CommandsTest<CommandsTestMocks::kIsNice> {
public:
- OnAppServiceDatanotificationTest()
+ OnAppServiceDataNotificationTest()
: mock_app_(std::make_shared<NiceMock<MockApplication> >())
, app_service_app_extension_(
std::make_shared<app_service_rpc_plugin::AppServiceAppExtension>(
@@ -113,7 +113,7 @@ class OnAppServiceDatanotificationTest
MockAppServiceManager app_service_manager_;
};
-TEST_F(OnAppServiceDatanotificationTest, Run_SendMessageToMobile_Notification) {
+TEST_F(OnAppServiceDataNotificationTest, Run_SendMessageToMobile_Notification) {
MessageSharedPtr mobile_message = CreateBasicMessage();
(*mobile_message)[am::strings::msg_params][am::strings::service_data]
@@ -152,7 +152,7 @@ TEST_F(OnAppServiceDatanotificationTest, Run_SendMessageToMobile_Notification) {
Mock::VerifyAndClearExpectations(&app_mngr_);
}
-TEST_F(OnAppServiceDatanotificationTest, Run_NoService) {
+TEST_F(OnAppServiceDataNotificationTest, Run_NoService) {
MessageSharedPtr mobile_message = CreateBasicMessage();
(*mobile_message)[am::strings::msg_params][am::strings::service_data]
@@ -180,7 +180,7 @@ TEST_F(OnAppServiceDatanotificationTest, Run_NoService) {
Mock::VerifyAndClearExpectations(&app_mngr_);
}
-TEST_F(OnAppServiceDatanotificationTest, Run_NoSubscribedApps) {
+TEST_F(OnAppServiceDataNotificationTest, Run_NoSubscribedApps) {
MessageSharedPtr mobile_message = CreateBasicMessage();
(*mobile_message)[am::strings::msg_params][am::strings::service_data]