|
You are here |
www.swiftbysundell.com | ||
| | | | |
benoitpasquier.com
|
|
| | | | | 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
|
|
| | | | | Unit testing async/await logic can be done by marking your unit test as asynchronous and using a new XCTest method. | |
| | | | |
www.vadimbulavin.com
|
|
| | | | | Learn four techniques of unit testing concurrent code in Swift using the XCTest framework: mocking, test before & after, XCTestExpectation, busy assertion. | |
| | | | |
fuller.li
|
|
| | | |||