summaryrefslogtreecommitdiff
path: root/src/components/security_manager/test/security_manager_test.cc
Commit message (Collapse)AuthorAgeFilesLines
* Fixed mocks and related unit testsAKalinich-Luxoft2018-01-291-24/+48
| | | | | | | | NotifySessionStartedResult function were renamed to NotifySessionStartedContext due to complexity of working with overloaded functions in unit test classes. Fixed protocol and connection handler unit tests. Fixed security manager tests.
* Minor refactoring in protocol and security managerAKalinich-Luxoft2018-01-291-3/+3
| | | | | | Added consts for some methods. Fixed typos in description. Renamed some non informative variables names.
* Add missing functionality fo policiesokozlovlux2017-05-171-1/+2
| | | | Fix failed UTs
* Apply code review commentsIvo Stoilov (GitHub)2017-02-061-7/+10
| | | | Related tasks APPLINK-30588 APPLINK-30977
* Refactor SecurityManager test to use TestAsyncWaiterIvo Stoilov (GitHub)2017-02-061-38/+115
| | | | Related tasks APPLINK-30588 APPLINK-30977
* Format all code in projectKozoriz2016-04-261-88/+77
| | | | | | | | | | Formated all code in appMain, components, plugins to correct coding-style Used clang-format-3.6 Used 2 commands : find src/appMain/ -name "*.h" -o -name "*.cc" -o -name "*.hpp" -o -name "*.cpp" | xargs clang-format-3.6 -i -style=file find src/components/ -name "*.h" -o -name "*.cc" -o -name "*.hpp" -o -name "*.cpp" | xargs clang-format-3.6 -i -style=file find src/plugins/ -name "*.h" -o -name "*.cc" -o -name "*.hpp" -o -name "*.cpp" | xargs clang-format-3.6 -i -style=file
* Change other unit-tests according new code changesiAndrew52016-04-041-48/+59
| | | | | | | | | | | | | 1) Changed header files in tests 2) Renamed transport_manager_mock to mok=ck)transport_manager 3) Renamed other mock classes to match naming rules 4) Deleted redundant headers and namespaces. 5) Changed year in Ford headers 6) Changed raw "new" operator using to MakeShared for creating shared_ptr 7) Corrected header guards 8) Added new method CheckRegularMatches to control_message_matcher Relates: APPLINK-22767
* Remove SecurityManager singletonKozoriz2016-03-101-1/+1
| | | | | | | | Removed singletone inheritance. Corrected usage of SecurityManager. Updated Unit Tests. Related to : APPLINK-21915
* Correctives in SecurityManager and TimeTesterKozoriz2016-03-041-1/+1
| | | | | | | Corrected tests after removing ConnectionHandler, ProtocolHandler, HMIMessageHandler singletones. Related to : APPLINK-21440
* Beautifiring mock and test filesKozoriz2015-12-251-292/+332
| | | | | | | Used beautifier for formating code in security_manager tests security_manager mocks protocol_handler mocks
* Include correctives in security_manager_tests and mocksKozoriz2015-12-251-1/+1
| | | | Changed < gmock.h > to " gmock.h "
* Update of all tests in security_manager_test.ccKozoriz2015-12-231-73/+107
| | | | | All tests copied from pasa. (28/28) All works.
* Bug Fixes and ImprovementsSynchronizationCommitJustin Dickow2015-02-201-0/+823
Fix Empty perform iteration request Fix type of name from string to enum SendLocation implemented on HTML5 HMI Fixed PI response on VR rejection due to high priority. Fix Apps not responsive/not able to start app/apps remain listed on SYNC even after USB disconnect Mobile API change and processing capabilities Change perform interaction request conditions. Fix SDL must always start 3sec timer before resuming the HMILevel of the app Remove redundant StartSavePersistentDataTimer() call. Change wrong predicate name to right. Added stream request handling feature Made streaming timeout in media manager configurable Put navi app in LIMITED in case of phone call Handling of audio state for applications Add stop streaming timeout into ini file Implement HMILevel resumption for job-1 Fix result code ABORTED when interrupts it by Voice recognition activation Fix incorrect value parameter unexpectedDisconnect in BCOnAppUnregistered Fix SDL send BC.OnAppUnregistered with "unexpectedDisconnect" set to "true" in case received from HMI OnExitAllApplications {"reason":"MASTER_RESET"} Fix Update ini file for iAP1 support Current working directory added to image path Fix helpers to make it workable with more then 2 parameters DCHECK() for ManageMobileCommand() replaced with log message because the latter returns false in some regular situations (e.g. TOO_MANY_PENDING_REQUESTS, see SDLAQ-CRS-10) Remove connection after closing. Signed-off-by: Justin Dickow <jjdickow@gmail.com>