In the previous chapter, we learned about JUnit 5 fundamentals and how JUnit 5 executes tests. We learned about JUnit 5 core classes and methods, and how they interact with each other. Now, we have a solid base to start building the bookstoread application.
In this chapter, we will go real and build few features of the application we started in previous chapters. We will build features iteratively following test-driven development (TDD) practice. This will help you master the TDD continuous ...