/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.swiftbysundell.com
| | benoitpasquier.com
4.2 parsecs away

Travel
| | To be sure new code won't break old one already implemented, it's best practice to write unit tests. When it comes to app architectures, it can be a challenge to write those tests. Following an MVVM pattern, how to unit test a view and its viewModel? That's what I would like to cover here using dependency injection.
| | www.avanderlee.com
5.6 parsecs away

Travel
| | Unit testing async/await logic can be done by marking your unit test as asynchronous and using a new XCTest method.
| | www.vadimbulavin.com
4.3 parsecs away

Travel
| | Learn four techniques of unit testing concurrent code in Swift using the XCTest framework: mocking, test before & after, XCTestExpectation, busy assertion.
| | fuller.li
34.3 parsecs away

Travel
|