-
Notifications
You must be signed in to change notification settings - Fork 41k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider AssertJ variant of MockMvc #5729
Comments
Related discussion on Stack Overflow: |
Devs, any plan to merge https://github.com/philwebb/spring-boot/blob/771ae1c8ad2796eaa1ce0b8b226dc325cbc9d4b9/spring-boot-test/src/main/java/org/springframework/boot/test/mvc/MvcResultAssert.java into Spring Boot tester? MvcResultAssert is awesome. :) |
@linux-china We're still considering what to do. The worry is that an alternative MockMVC might be confusing. |
This would be great for us, since we have completely moved from Hamcrest to AssertJ, and now MockMVC is bringing Hamcrest back through the back door. |
+1 For a project I also want to move from hamcrest to assertj. The project uses Kotlin which makes it also a bit nasty to use the |
It would be nice to be able to use AssertJ assertions with MockMVCResultMathces. |
+1, AssertJ support would be great |
+1, please AssertJ support... |
I think this should move to Spring Framework; I've created SPR-16637. I'll close this issue of the framework team moves in favor of that. Please comment/vote on that issue if you feel this should be supported: any feedback or use case that describes the importance of that feature should help. |
+1 |
+1 |
+1 |
Closing in favor of the Framework Issue. |
No description provided.
The text was updated successfully, but these errors were encountered: