iOS Unit Testing by Example: @IBAction connection (page 116)

In the print version of this text, on page 116 toward the top, the book states to connect each button to it’s @IBAction in ViewController

I believe the intent was to say to connect each button to it’s @IBOutlet in ViewController since at this point we do not yet have the associated @IBActions