iOS Unit Testing by Example:

Title: iOS Unit Testing by Example - Unused UIKit module import in CoveredClass.swift (page 39)

#pragprog

2 Likes

Hi @charlesmuchene . That import isn’t necessary at first, but does come into play later in the chapter when the code adds UIColor.

3 Likes