-
Notifications
You must be signed in to change notification settings - Fork 41.1k
Improve error reporting when @JsonTest is used with @SpringBootTest #9592
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
Comments
The reference guide doesn't mention anywhere the use of Actually there's a note right before that section
Having said that, we need to improve the error reporting when two conflicting test bootstrap annotations are used and we can use that issue to track that. |
Those annotation combinations are really confused me. Thanks to @snicoll . But replacing
|
Thanks @philwebb . Problem solved. It seems JacksonTester is not ready. |
Closing in favor of #14981. |
version: 1.5.4
Following the reference guide to use json in my test:
It throws:
The text was updated successfully, but these errors were encountered: