Wrapping Up
Here's a summary of what we learned in this chapter.
We'll cover the following...
Summary
In this chapter, we’ve walked through a realistic integration test suite written as stateful properties. All we had was a model layer for a bookstore using a PostgreSQL instance without any tests. We first started by ...