Introduction to Testing with Spring Boot
Explore how to test reactive Spring Boot applications by writing reactive unit tests, using embedded container testing, and applying slice testing techniques. Understand the importance of verifying non-blocking code and utilizing tools like Reactor's test harnesses to maintain reactive standards throughout development.
We'll cover the following...
We'll cover the following...
So far, we’ve learned how to leverage Spring Boot’s DevTools to expedite development cycles. We discovered various tools provided by the Reactor team, including BlockHound, to ensure we were building reactive applications properly.
In this chapter, we’ll ...