summaryrefslogtreecommitdiff
path: root/src/components/application_manager/test/include/application_manager/mock_command_factory.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2328 from ZhdanovP/fix/remove_commented_codeJackLivio2018-07-201-3/+0
|\ | | | | Remove commented code
| * Remove commented codeZhdanovP2018-07-041-3/+0
| |
* | style fixConlain Kelly2018-07-181-1/+0
| |
* | Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-181-1/+1
|/
* Refactoring sdl rpc plugin's factoriesBSolonenko2018-06-261-0/+4
|
* Fix build with unit tests after commands factory refactoringValerii2018-06-261-0/+61
| | | | | | | | | | | | | | | | | | | | | | | | | - 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.
* Replaced all usages of passed parameters in implementation.BSolonenko2018-06-261-61/+0
| | | | | | | | | Replaced all usages of passed parameters in implementation from application manager proxy to indirect call Add missed factories Remove commands includes
* Plugin manager and plugin interface creationAlexander Kutsan2018-06-261-0/+61
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