Finally! After 10 chapters, we’re ready to write some code…
In this chapter we’ll build the skeleton for the first test that we designed in the previous chapter, writing the code of the test itself and empty classes and methods that it should use. We’ll end this chapter when the code compiles but does nothing. In the next chapter we’ll continue to implement all the methods and won’t rest until the test passes. Many parts of the code that we’ll write will also serve as an infrastructure that we’ll be able to use in the next tests. As also mentioned in Chapter 9, we’ll use Visual ...