Hi Community,
I build a Test with the help of the Spring Test MVC Framework. I am using the StandaloneMockMvcBuilder.
Example:
standaloneSetup(echoController).setViewResolvers(v iewResolver).build().perform(get("/apps/echo"))....
now I like to add a WebRequestInterceptor. But it is only possible to add a HandlerInterceptor.
Any Idea how to solve the problem?
Or is this a case for a feature request.
Regards Philipp


Reply With Quote