Hamcrest-free version of MockMvcResultMatchers
#27640
Labels
in: test
Issues in the test module
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: duplicate
A duplicate of another issue
As documented in the wiki, JUnit5 and AssertJ are required to be used, but
MockMvcResultMatchers
drags in Hamcrest, which is an older assertion library.There should be an alternative/replacement that doesn't drag in a Hamcrest dependency, especially for projects that made efforts to move away from it.
The text was updated successfully, but these errors were encountered: