This module demonstrates:
-
How to test
@RestController
using@WebFluxTest
andWebTestClient
. -
How to generate snippets for documenting APIs directly from your test using Spring REST Docs.
-
How to unit test specific components related to providing APIs.