/assert-yourself

This is a repository for the hands-on part of the book "iOS Unit Testing By Example", by Jon Reid.

Primary LanguageSwift

assert-yourself

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.

Storyboard

The Main Storyboard holds all the target screens/UI elements:

Storyboard

Test Plans

Change the default test plan to be triggered with ⌘ + u by editing the AssertYourself scheme:

Test Plans

TDD

Switch to the TDD scheme to run TDD tests with ⌘ + u:

TDD