summaryrefslogtreecommitdiff
path: root/src/components/application_manager/test/commands/mobile/unregister_app_interface_request_test.cc
Commit message (Collapse)AuthorAgeFilesLines
* Fix build with unit tests after commands factory refactoringValerii2018-06-261-118/+0
| | | | | | | | | | | | | | | | | | | | | | | | | - 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.
* RPCService implementationIra Lytvynenko2018-06-261-6/+6
| | | | Fix commands UTs
* Move mock_message_helper to the CommandsTest classIra Lytvynenko2017-11-301-1/+1
| | | | Move mock_message_helper to the base class of commands
* Fixes unit tests after hash update logic changeAndrey Oleynik2017-06-071-1/+1
| | | | | Removes duplicated local instances of hmi_interfaces mock with the one from base class, fixes missing expectations and updates existing.
* Add additional namespaces to command testsSergey Levchenko (GitHub)2016-11-101-0/+2
| | | | | | | Added additional namespaces to avoid name collisions in single unit build mode. Related to: APPLINK-29754
* Move unit tests for mobile commands in release/4.2.0Levchenko2016-08-231-2/+2
| | | | | | | - moved UT for mobile commands in release/4.2.0 - added some unit tests for mobile commands Related to APPLINK-20925
* Create tools to test commandsLevchenko2016-08-231-0/+116
Been done: - Added specific abstract classes for commands testing (CommandsTest and CommandRequestTest); - Been added unit tests for base command classes (CommandImpl, CommandRequestImpl, CommandResponseImpl); - Been added unit tests for next mobile response commands: - ListFilesResponse - ReadDIDResponse - AlertManeuverResponse - AlertResponse - SubscribeButtonResponse Related to: APPLINK-24911