...

/

Summary: Testing Our Core

Summary: Testing Our Core

A recap of all the testing techniques we've learned in this chapter.

We’ve been busy in this chapter. We’ve tested our functional core from end to end. Here’s how we did it.

Setup functions

We started with setup functions to build our test data:

  • Since our quiz is a complex model with many complex transitions, we needed ...