This is a repository for the hands-on part of the book "iOS Unit Testing By Example," by Jon Reid.
(My review.)
The project was created with Xcode 15 and conveniently groups all the exercises, TDD package, and third-party dependencies in a single repository.
The Main Storyboard holds all the target screens/UI elements:
Change the default test plan to be triggered with ⌘ + u
by editing the AssertYourself
scheme:
Switch to the TDD
scheme to run TDD tests with ⌘ + u
: