summaryrefslogtreecommitdiff
path: root/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/test/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fixes after rebaseIra Lytvynenko (GitHub)2018-06-261-0/+1
|
* Remove remote control flagIra Lytvynenko (GitHub)2018-06-261-0/+1
|
* Fix build with unit tests after commands factory refactoringValerii2018-06-261-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | - 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.
* Plugin manager and plugin interface creationAlexander Kutsan2018-06-261-0/+0
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