summaryrefslogtreecommitdiff
path: root/src/components/application_manager/test/application_manager_impl_mock_hmi_test.cc
Commit message (Collapse)AuthorAgeFilesLines
* style fixConlain Kelly2018-07-181-5/+4
|
* Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-181-15/+15
|
* Fix UTsIra Lytvynenko2018-06-261-1/+20
| | | | | | | | | | Fixed application_manager_mock_hmi_test (SEGFAULT) Added mock_rpc_plugin.h & mock_rpc_plugin_manager.h Changed application_manager_impl.h, application_manager.h & mock_application_manager.h Fixed application_manager_impl.cc, rpc_plugin_manager.h application_manager_impl_mock_hmi_test.cc
* Plugin manager and plugin interface creationAlexander Kutsan2018-06-261-7/+6
| | | | | | | | | | | | | | | | | | | add Optional type Fix compile warnings and use optional for returning plugin Add descriptions to optional Fix review issues Fix header guards Fix build with unit tests after commands factory refactoring - 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
* RPCHandler implementationIra Lytvynenko2018-06-261-3/+6
| | | | | | | | | | | | | | | | Fix tests Fix due to rebase Fix unit tests in mobile commands Fixed unit tests in next commands: - delete_command_request_test.cc - delete_sub_menu_test.cc - perform_audio_pass_thru_test.cc - reset_global_properties_test.cc - send_location_request_test.cc - set_global_properties_test.cc
* Fixes coding styleAndrey Oleynik (GitHub)2018-01-181-10/+6
|
* Updates mocks and unit tests after prior commitAndrey Oleynik (GitHub)2018-01-181-2/+17
| | | | | | Fixes mock classes interfaces, unit tests and build after changes related to making iAP2 switching triggered externally and using of Bluetooth MAC/USB serial instead of UUID for internal device management.
* Fixes RPCs holding for applications being switchedAndrey Oleynik (GitHub)2018-01-181-0/+4
|
* Test coverage for postponing commands during switchingAndrey Oleynik (GitHub)2018-01-181-0/+239