Esri / arcgis-maps-sdk-swift-toolkit

Mapping components that will simplify your Swift app development with the ArcGIS Maps SDK for Swift.
https://developers.arcgis.com/swift
Apache License 2.0
25 stars 7 forks source link

Create protocol for allowing us to mock for testing and potentially previews #740

Closed rolson closed 1 month ago

rolson commented 1 month ago

That will allow you to write mocks that you can use in integration or unit tests against the view model. For example, the view model can be seeded with different mocks that have different behavior for retryLoad and report different packagingStatus. And with that, you can verify that the resulting model status is what you expect.

We should be writing these tests as we go and not wait until the end.

rolson commented 1 month ago

cc @yo1995