Class MockMvcClientHttpRequestFactory
java.lang.Object
org.springframework.test.web.servlet.client.MockMvcClientHttpRequestFactory
- All Implemented Interfaces:
org.springframework.http.client.ClientHttpRequestFactory
-
Constructor Summary
ConstructorsConstructorDescriptionMockMvcClientHttpRequestFactory(MockMvc mockMvc) Constructor with a MockMvc instance to perform requests with. -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.client.ClientHttpRequestcreateRequest(URI uri, org.springframework.http.HttpMethod httpMethod)
-
Constructor Details
-
MockMvcClientHttpRequestFactory
Constructor with a MockMvc instance to perform requests with.
-
-
Method Details
-
createRequest
public org.springframework.http.client.ClientHttpRequest createRequest(URI uri, org.springframework.http.HttpMethod httpMethod) - Specified by:
createRequestin interfaceorg.springframework.http.client.ClientHttpRequestFactory
-