summaryrefslogtreecommitdiff
path: root/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/test/commands/mobile/on_hmi_status_notification_from_mobile_test.cc
Commit message (Collapse)AuthorAgeFilesLines
* Run updated style scriptjacobkeeler2019-04-291-6/+6
|
* Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-181-7/+7
|
* Merge DevelopJackLivio2018-06-271-1/+3
|
* Answer review comments.BSolonenko2018-06-261-1/+1
|
* Fix build with unit tests after commands factory refactoringValerii2018-06-261-0/+282
- Change enum name from command origin to command source - Create Mock for command factory class - Fix mock_app_manager after refactoring - Fix failed unit test Fix unit test in progress Add asser in plugin manager getter Fixed UT Application manager impl -Add method "SetRPCService" into the class ApplicationManagerImpl Fixed UT Application manager impl -Add method "SetRPCService" into the class ApplicationManagerImpl Fixed UT Application manager impl -Add method "SetRPCService" into the class ApplicationManagerImpl Fixed UTs for hmi and mobile commands.