backslash-f / assert-yourself

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

Home Page:https://www.goodreads.com/book/show/50824142-ios-unit-testing-by-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://www.goodreads.com/book/show/50824142-ios-unit-testing-by-example


Languages

Language:Swift 100.0%