summaryrefslogtreecommitdiff
path: root/SmartDeviceLinkTests
Commit message (Collapse)AuthorAgeFilesLines
* Renamed stopSession to destroySessionNicoleYarroch2019-05-152-4/+4
|
* Merge branch 'develop' into ↵NicoleYarroch2019-05-151-4/+2
|\ | | | | | | bugfix/issue_1239_iAPTransport_class_disconnect_cleanup
| * Removed `currentAppState` logic from Audio Managerbugfix/issue_1224_audio_service_stopped_in_backgroundNicoleYarroch2019-04-151-4/+2
| | | | | | | | | | | | | | PCM audio can now stream in background * SDLStreamingAudioLifecycleManager no longer monitors the `currentAppState` as audio can stream when app is backgrounded * Removed logic setting the `currentAppState` * Updated SDLStreamingAudioLifecycleManager test cases
* | Fixed test casesNicoleYarroch2019-05-143-29/+25
| |
* | Added delegate for data sessionNicoleYarroch2019-05-133-71/+118
| | | | | | | | * Fixed test cases
* | Added delegate for control sessionNicoleYarroch2019-05-132-48/+90
| | | | | | | | * fixed test cases
* | Finished up SDLIAPDataSession test casesNicoleYarroch2019-04-242-8/+69
| |
* | Added SDLIAPDataSession test casesNicoleYarroch2019-04-242-1/+56
| |
* | Fixed handler formatting in SDLIAPTransport classesNicoleYarroch2019-04-233-8/+41
| |
* | Fixed SDLIAPTransport test casesNicoleYarroch2019-04-232-59/+167
| |
* | Refactoring SDLIAPTransport codeNicoleYarroch2019-04-231-32/+31
| |
* | Fixed test cases for SDLIAPControlSession classNicoleYarroch2019-04-181-42/+41
| |
* | Separated data session logic in SDLIAPTransportNicoleYarroch2019-04-172-35/+41
| |
* | Separated control session logic in SDLIAPTransportNicoleYarroch2019-04-162-25/+147
|/ | | | | * Separated out control session logic in SDLIAPTransport into the SDLIAPControlSession class * Added test cases for the SDLIAPControlSession class
* Merge pull request #1228 from ↵Joel Fischer2019-04-111-5/+22
|\ | | | | | | | | smartdevicelink/bugfix/issue-1220-ChoiceSetManager-return-nil-if-noMenuName Choice set manager should return nil if there's no menu name
| * Fixed Pr issuesJustin Gluck2019-04-081-4/+2
| |
| * Merge branch 'develop' into ↵Justin Gluck2019-04-083-81/+140
| |\ | | | | | | | | | bugfix/issue-1220-ChoiceSetManager-return-nil-if-noMenuName
| * | Updating unit testsJustin Gluck2019-04-051-2/+2
| | |
| * | WIP : If menueName is nil we do not want to send a RPC since menuName is a ↵Justin Gluck2019-04-051-3/+22
| | | | | | | | | | | | required field to send an RPC
* | | Update testsJoel Fischer2019-04-081-0/+2
| |/ |/|
* | Merge pull request #1225 from ↵Joel Fischer2019-04-082-1/+2
|\ \ | | | | | | | | | | | | smartdevicelink/bugfix/issue_1214_max_correlation_id Update `lastCorrelationId` to be Int32 instead of UInt16
| * | Remove `fit`Joel Fischer2019-04-081-1/+1
| | |
| * | Fix broken test caseJoel Fischer2019-04-081-2/+2
| | |
| * | Update `lastCorrelationId` to be Int32 instead of UInt16bugfix/issue_1214_max_correlation_idJoel Fischer2019-04-051-0/+1
| | | | | | | | | | | | | | | * Updated correlation id to got to INT32_MAX * Updated `lastCorrelationId` to be hidden on `SDLLifecycleManager`
* | | Merge pull request #1215 from ↵Joel Fischer2019-04-051-80/+138
|\ \ \ | |_|/ |/| | | | | | | | smartdevicelink/feature/issue_1212_update_system_capability_manager_auto_caching Update System Capability Manager to auto-cache`OnSystemCapability`
| * | Check before using subscribefeature/issue_1212_update_system_capability_manager_auto_cachingJoel Fischer2019-04-051-1/+98
| | | | | | | | | | | | * Add numerous tests
| * | Only handle GetSystemCapabilityResponse from inside the SCM, not outside as wellJoel Fischer2019-04-051-85/+18
| | |
| * | Merge branch 'develop' into ↵Joel Fischer2019-04-041-74/+74
| |\ \ | | | | | | | | | | | | feature/issue_1212_update_system_capability_manager_auto_caching
| * | | Added doc and refactored system capability managerNicoleYarroch2019-04-041-52/+28
| | | |
| * | | Added stop test cases in System Capability ManagerNicoleYarroch2019-04-031-10/+62
| | | |
* | | | Merge pull request #1223 from ↵Joel Fischer2019-04-051-0/+27
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | smartdevicelink/bugfix/issue-1097-Add-Missing-ProtocolViolationCheck Adding missing conditional check to stop the manager if SDLAppInterfa…
| * | | Removing class check and fixed test casebugfix/issue-1097-Add-Missing-ProtocolViolationCheckJustin Gluck2019-04-051-2/+2
| | | |
| * | | Adding missing conditional check to stop the manager if ↵Justin Gluck2019-04-051-0/+27
| | | | | | | | | | | | | | | | SDLAppInterfaceUnregisteredReason is PROTOCOL_VIOLATION
* | | | Merge pull request #1211 from ↵Joel Fischer2019-04-051-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | smartdevicelink/bugfix/issue_1208_snapshot_tests_fail_xcode_10.2 Update test dependencies for Xcode 10.2
| * | | | Updated test deps, but it’s still brokenJoel Fischer2019-04-011-1/+1
| | |/ / | |/| |
* | | | Merge pull request #1199 from mvyrko/feature/issue_0219_explicit_returned_typeJoel Fischer2019-04-056-14/+232
|\ \ \ \ | |_|/ / |/| | | SDL-0219 verify type of returned objects
| * | | return bad data to response, fix expected valueMihail Vyrko2019-04-031-3/+4
| | | |
| * | | Merge branch 'develop' into feature/issue_0219_explicit_returned_typeMihail Vyrko2019-04-0326-102/+807
| |\ \ \ | | |/ /
| * | | addressed feedbackMihail Vyrko2019-04-032-40/+43
| | | |
| * | | verify type of returned objectsMihail Vyrko2019-03-207-13/+227
| | | |
* | | | JG- adding missing SDLAppInterfaceUnregisteredReason that were in the RPC ↵issue-1216-AppInterfaceUnregisteredReason-missingJustin Gluck2019-04-041-1/+2
| |_|/ |/| | | | | | | | spec but not the library
* | | Single tap hit view now checked on main threadNicoleYarroch2019-04-021-85/+82
| | |
* | | Check for hit view is now done in `SDLFocusableItemLocator`NicoleYarroch2019-04-012-12/+12
| | |
* | | Fixed failing `SDLTouchManager` test casesNicoleYarroch2019-03-281-0/+3
| |/ |/|
* | Fix an `fit`bugfix/pr_1200_api_cleanupJoel Fischer2019-03-211-1/+1
| |
* | Fix unit testsJoel Fischer2019-03-213-36/+5
| |
* | Merge pull request #1175 from ↵Joel Fischer2019-03-1923-66/+802
|\ \ | |/ |/| | | | | smartdevicelink/feature/issue_1166_cloud_app_transport Cloud App Transport
| * Fixed method names in `SDLVersion` + test casesNicoleYarroch2019-03-121-0/+4
| | | | | | | | | | | | | | * Fixed `isGreaterThanOrEqualToVersion:` * Added `isLessThanOrEqualToVersion:` * Added test cases to SDLVersionSpec * Fixed some documentation
| * Made param in conv. init nullable `CloudAppProperties`NicoleYarroch2019-03-121-1/+1
| |
| * Fixed parameter namesNicoleYarroch2019-03-128-32/+48
| |