summaryrefslogtreecommitdiff
path: root/SmartDeviceLinkTests/TestMultipleFilesConnectionManager.m
Commit message (Collapse)AuthorAgeFilesLines
* Fix deprecation warningsJoel Fischer2020-06-261-1/+1
|
* Modified methods in `SDLConnectionManagerType`NicoleYarroch2019-03-061-2/+2
| | | | | | | * Removed method `sendConnectionRPC:withResponseHandler:` * Added method `sendConnectionRequest:withResponseHandler:` * Added method `sendConnectionRPC:` * Renamed the `SDLAsynchronousRPCOperationSpec` so it matches the class it testing.
* Renamed `SDLNames` to `SDLRPCParameterNames`NicoleYarroch2019-03-051-1/+1
|
* All RPC names moved to SDLRPCFunctionNamesNicoleYarroch2019-03-051-2/+3
| | | | | | * All RPC names moved from `SDLNames` to `SDLRPCFunctionNames` * Made `SDLRPCFunctionNames` header public * Fixed test cases
* Renamed method in `SDLConnectionManagerType`NicoleYarroch2019-03-041-2/+2
| | | | Renamed `sendConnectionRequest:withResponseHandler:` to `sendConnectionRPC:withResponseHandler:`
* Merge branch 'develop' into feature/issue_865_image_upload_managerNicoleYarroch2018-03-021-2/+2
|\ | | | | | | | | | | # Conflicts: # SmartDeviceLinkTests/DevAPISpecs/SDLFileManagerSpec.m # SmartDeviceLink_Example/Classes/ProxyManager.m
| * Working on testsJoel Fischer2018-02-081-2/+2
| |
* | Added test cases for uploading SDLArtworksNicoleYarroch2018-02-211-1/+0
|/ | | | Added test cases for uploading `SDLArtwork`s in the `SDLFileManagerSpec` class
* All test cases workingNicoleYarroch2017-08-211-0/+6
| | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
* Background upload queue is now serialNicoleYarroch2017-08-171-2/+8
| | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
* Custom NSError for multiple filesNicoleYarroch2017-08-161-6/+3
| | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
* Test cases for uploading multiple files worksNicoleYarroch2017-08-161-0/+33
Signed-off-by: NicoleYarroch <nicole@livio.io>