-
Notifications
You must be signed in to change notification settings - Fork 39
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
Spring mockMvc integration #144
Comments
I was wondering how to implement swagger coverage on spring mvc. I first thought to use an Mvc filter : Do you have a piece of code to show how it could work? |
I made an integration by implementing a The
The configuration:
The configuration can then be imported into tests: |
pathAttributes could be null but other code is work as expected |
I'm submitting a ...
Do you need PR with spring mockMvc integration based on ResultHandler implementation?
I'm not sure this case is very popular, so, before creating PR I decided create this issues.
The text was updated successfully, but these errors were encountered: