Uses of Class
org.springframework.test.web.servlet.request.MockMultipartHttpServletRequestBuilder
Packages that use MockMultipartHttpServletRequestBuilder
-
Uses of MockMultipartHttpServletRequestBuilder in org.springframework.test.web.servlet.request
Subclasses with type arguments of type MockMultipartHttpServletRequestBuilder in org.springframework.test.web.servlet.requestMethods in org.springframework.test.web.servlet.request that return MockMultipartHttpServletRequestBuilderModifier and TypeMethodDescriptionCreate aMockMultipartHttpServletRequestBuilderfor a multipart request, using POST as the HTTP method.Variant ofMockMvcRequestBuilders.multipart(String, Object...)with aURI.MockMvcRequestBuilders.multipart(HttpMethod httpMethod, String uriTemplate, @Nullable Object... uriVariables) Variant ofMockMvcRequestBuilders.multipart(String, Object...)that also accepts anHttpMethod.MockMvcRequestBuilders.multipart(HttpMethod httpMethod, URI uri)