-
Notifications
You must be signed in to change notification settings - Fork 38.3k
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
Add tests for ControllerAdviceBean#resolveBean()
and revise existing tests
#33401
Add tests for ControllerAdviceBean#resolveBean()
and revise existing tests
#33401
Conversation
8867941
to
3b7fa19
Compare
3b7fa19
to
328b721
Compare
Plus, I noticed that the some test method pairs perform precisely the same tests ( Lines 98 to 106 in 328b721
|
Good catch. Please remove the obsolete "bean instance" tests. |
Thank for your advice! I removed the obsolete tests on 8d045ad |
ControllerAdviceBean#resolveBean()
testsControllerAdviceBean#resolveBean()
and revise existing tests
Overview
I think
ControllerAdviceBean#resolveBean()
should be tested, because it is a public API and depends on the cache system, so I'd like to add tests for that.Related Issues