AssertJ Integration :: Spring Framework (original) (raw)

| | This version is still in development and is not considered stable yet. For the latest stable version, please use Spring Framework 6.2.8! | | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |

The AssertJ integration builds on top of plain MockMvc with several differences:

MockMvcTester is the entry point for the AssertJ support. It allows to craft the request and return a result that is AssertJ compatible so that it can be wrapped in a standard assertThat() method.