summaryrefslogtreecommitdiff
path: root/src/components/application_manager/test/include/application_manager/commands/command_request_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/test/include/application_manager/commands/command_request_test.h')
-rw-r--r--src/components/application_manager/test/include/application_manager/commands/command_request_test.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/components/application_manager/test/include/application_manager/commands/command_request_test.h b/src/components/application_manager/test/include/application_manager/commands/command_request_test.h
index d4cca96431..e5a45c1549 100644
--- a/src/components/application_manager/test/include/application_manager/commands/command_request_test.h
+++ b/src/components/application_manager/test/include/application_manager/commands/command_request_test.h
@@ -122,18 +122,6 @@ class CommandRequestTest : public CommandsTest<kIsNice> {
}
};
-MATCHER_P(MobileResultCodeIs, result_code, "") {
- return result_code ==
- static_cast<mobile_apis::Result::eType>(
- (*arg)[am::strings::msg_params][am::strings::result_code].asInt());
-}
-
-MATCHER_P(HMIResultCodeIs, result_code, "") {
- return result_code ==
- static_cast<hmi_apis::FunctionID::eType>(
- (*arg)[am::strings::params][am::strings::function_id].asInt());
-}
-
} // namespace commands_test
} // namespace components
} // namespace test