You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
I wrote a custom interceptor inheriting from ClientHttpRequestInterceptor. I would like to unit test it but got stucked because I could not manually instantiate an HttpRequest. I saw a couple of classes in rest-spring-test which might be helpful. I also saw MockClientHttpRequest. None of both is exposed in the library I depend on.
Is there another test dependency I have to add?
I wrote a custom interceptor inheriting from
ClientHttpRequestInterceptor. I would like to unit test it but got stucked because I could not manually instantiate anHttpRequest. I saw a couple of classes in rest-spring-test which might be helpful. I also sawMockClientHttpRequest. None of both is exposed in the library I depend on.Is there another test dependency I have to add?