summaryrefslogtreecommitdiff
path: root/SmartDeviceLinkTests/DevAPISpecs
Commit message (Collapse)AuthorAgeFilesLines
* Update errorState to use isEqual and improve testJustin Beharry2022-09-011-10/+79
|
* Add unit tests for T&G update operationJustin Beharry2022-08-312-1/+46
|
* Apply suggestions from code reviewJustin Beharry2022-08-302-3/+7
| | | Co-authored-by: Joel Fischer <joeljfischer@gmail.com>
* Refactor and rename from revisionsJustin Beharry2022-08-302-36/+40
|
* fix memory issue and update testsJustin Beharry2022-08-292-46/+58
| | | | | | -Add null check for errorState -Update and add unit tests for SDLTextAndGraphicManager -Update unit tests for SDLTextAndGraphicUpdateOperation
* Test for copied submenu cell idJustin Beharry2022-08-081-2/+14
|
* Add a unit test for opening a recreated submenuJustin Beharry2022-08-031-0/+11
|
* Update Tests & CIJoel Fischer2022-04-191-1/+1
| | | | | | | | | | | * Update to use Carthage with XCFrameworks * Update Quick to v5.0.1 * Update Nimble to v9.2.1 * Update README with correct test building information * Update `SDLLifecycleManagerSpec.m` to use new Configuration naming * Add SwiftSpec because it's recommended * Update CI to use Xcode 13.3 / iPhone 13 / iOS 13.4 * Update CI to build XCFrameworks
* Fixes for tests and version numbersJoel Fischer2021-11-051-4/+6
|
* Merge branch 'develop' into ↵Joel Fischer2021-11-031-56/+79
|\ | | | | | | bugfix/issue-2047-menu-manager-cell-image-rpc-5.0-to-7.0
| * Deprecate SDLVideoStreamingRange.initbugfix/issue-2050-videostreamingrange-initJoel Fischer2021-10-261-56/+79
| | | | | | | | * Update tests, remove duplicate tests
* | Don't upload menu images if they're not supported on the window capabilityJoel Fischer2021-10-221-9/+37
|/ | | | * Fix never upload AddSubmenu RPC (menu cell w/ subcells) primary image on RPC connections v5.0 - v7.0
* Fix submenu layout is not copied on menu cellsbugfix/issue-2048-copying-menu-cell-no-submenu-layoutJoel Fischer2021-10-211-10/+22
|
* Merge branch 'develop' into bugfix/issue-2034-file-manager-multiple-uploadsJoel Fischer2021-09-278-712/+1892
|\ | | | | | | | | | | # Conflicts: # SmartDeviceLink/private/SDLDeleteFileOperation.m # SmartDeviceLink/public/SDLFileManager.m
| * Fix focus testbugfix/issue-2044-completion-handlers-not-calledJoel Fischer2021-09-241-1/+1
| |
| * Merge branch 'develop' into feature/issue-1898-menu-manager-refactorJoel Fischer2021-09-247-1639/+1677
| |\ | | | | | | | | | | | | | | | # Conflicts: # SmartDeviceLink-iOS.xcodeproj/project.pbxproj # SmartDeviceLink-iOS.xcodeproj/xcshareddata/xcschemes/SmartDeviceLink-Example-Swift.xcscheme
| * | Add test for transferring handlersJoel Fischer2021-08-251-1/+11
| | |
| * | Fix some more menu replace testsJoel Fischer2021-08-251-6/+13
| | |
| * | Fixes to menu replace operationJoel Fischer2021-08-241-15/+17
| | |
| * | Fix menu manager testsJoel Fischer2021-08-241-4/+4
| | |
| * | Add menu replace utility testsJoel Fischer2021-08-241-7/+56
| | |
| * | Update spec helper to remove commented out codeJoel Fischer2021-08-241-10/+1
| | |
| * | In progress menu testJoel Fischer2021-08-171-2/+68
| | |
| * | Revert "Revert "Temporarily remove things that may not be necessary""Joel Fischer2021-08-131-1/+1
| | | | | | | | | | | | This reverts commit 9afd2015f7270bd41293b31dc19688ca0ff8eb75.
| * | Revert "Temporarily remove things that may not be necessary"Joel Fischer2021-08-131-1/+1
| | | | | | | | | | | | This reverts commit 9cdf9c22bc00425296c9607b4cf7f9c8ef982714.
| * | Temporarily remove things that may not be necessaryJoel Fischer2021-08-131-1/+1
| | |
| * | Update menu manager specJoel Fischer2021-08-131-32/+16
| | |
| * | Added more tests to replace operation specJoel Fischer2021-08-121-12/+148
| | |
| * | Lots of additional menu replace operation testsJoel Fischer2021-08-121-218/+184
| | |
| * | Fix unit testsJoel Fischer2021-08-121-7/+8
| | |
| * | Menu manager fixesJoel Fischer2021-08-114-58/+128
| | | | | | | | | | | | | | | | | | * Fix inserting cells with subcells into list * Cell Ids now handled by operations * A whole host of test updates
| * | Work on replace operation specJoel Fischer2021-08-101-23/+68
| | |
| * | Finish menu replace testsJoel Fischer2021-08-103-37/+209
| | |
| * | Fix testsJoel Fischer2021-08-102-10/+14
| | |
| * | Test fixesJoel Fischer2021-08-091-6/+7
| | |
| * | In progress test updatesJoel Fischer2021-08-093-12/+192
| | |
| * | Stubbing out additional testsJoel Fischer2021-08-091-3/+47
| | |
| * | Add more to menu replace utilities specJoel Fischer2021-08-061-7/+9
| | |
| * | Add test for cell equality with subcells empty vs nilJoel Fischer2021-08-061-0/+7
| | |
| * | Menu show operation test updatesJoel Fischer2021-08-051-20/+25
| | |
| * | Fix menu config operation callbackJoel Fischer2021-08-051-4/+4
| | |
| * | Fix menu config not calling back in some casesJoel Fischer2021-08-051-3/+24
| | |
| * | Current state of tests passJoel Fischer2021-08-051-2/+0
| | |
| * | More test fixesJoel Fischer2021-08-051-0/+1
| | |
| * | Update tests for changesJoel Fischer2021-08-055-43/+51
| | |
| * | Merge branch 'develop' into feature/issue-1898-menu-manager-refactorJoel Fischer2021-07-2826-759/+3282
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # SmartDeviceLink-iOS.xcodeproj/project.pbxproj # SmartDeviceLink-iOS.xcodeproj/xcshareddata/xcschemes/SmartDeviceLink-Example-ObjC.xcscheme # SmartDeviceLink-iOS.xcodeproj/xcshareddata/xcschemes/SmartDeviceLink.xcscheme # SmartDeviceLink-iOS.xcodeproj/xcshareddata/xcschemes/SmartDeviceLinkSwift.xcscheme # SmartDeviceLink/private/SDLMenuManager.m # SmartDeviceLink/public/SDLMenuCell.m # SmartDeviceLinkTests/DevAPISpecs/SDLMenuManagerSpec.m
| * | | New tests and fixesJoel Fischer2021-02-251-23/+46
| | | |
| * | | Additional menu manager testsJoel Fischer2021-02-252-84/+77
| | | |
| * | | Continuing to add testsJoel Fischer2021-02-241-168/+212
| | | |
| * | | Fix menu bug and updating unit testsJoel Fischer2021-02-191-28/+55
| | | |