Spring Boot Testing
摘要
In this chapter we are going to talk about how Spring Boot uses the power of the Spring Framework Testing Framework to facilitate development by providing powerful tools for creating unit and integration testing with ease. In previous chapters we have done some testing of our two applications, but we haven’t covered other important features of the Spring Boot Testing Framework, so let’s start talking about the Spring Testing Framework, which is the basis for Spring Boot testing.