Putting It All Together
Let's put all the concepts of this chapter together and make a complete test suite.
We'll cover the following...
In the previous lessons of this chapter, we wrote a number of properties using multiple techniques. In this lesson, we’ll put them all together to make a solid test suite.
The structure is similar to what we saw in the previous chapter.
Because there are many properties, it’s simpler to ...