public class MockMultipartHttpServletRequestBuilder extends MockHttpServletRequestBuilder
MockMultipartHttpServletRequest.| Modifier and Type | Method and Description | 
|---|---|
protected MockHttpServletRequest | 
createServletRequest(ServletContext servletContext)
Create a new  
MockMultipartHttpServletRequest based on the
 supplied ServletContext and the MockMultipartFiles
 added to this builder. | 
MockMultipartHttpServletRequestBuilder | 
file(MockMultipartFile file)
Add the given MockMultipartFile. 
 | 
MockMultipartHttpServletRequestBuilder | 
file(String name,
    byte[] content)
Create a new MockMultipartFile with the given content. 
 | 
Object | 
merge(Object parent)
Merges the properties of the "parent" RequestBuilder accepting values
 only if not already set in "this" instance. 
 | 
accept, accept, buildRequest, characterEncoding, content, content, contentType, contentType, contextPath, cookie, flashAttr, flashAttrs, header, headers, isMergeEnabled, locale, locale, param, params, pathInfo, postProcessRequest, principal, requestAttr, secure, servletPath, session, sessionAttr, sessionAttrs, withpublic MockMultipartHttpServletRequestBuilder file(String name, byte[] content)
name - the name of the filecontent - the content of the filepublic MockMultipartHttpServletRequestBuilder file(MockMultipartFile file)
file - the multipart filepublic Object merge(Object parent)
MockHttpServletRequestBuildermerge in interface Mergeablemerge in class MockHttpServletRequestBuilderparent - the parent RequestBuilder to inherit properties fromprotected final MockHttpServletRequest createServletRequest(ServletContext servletContext)
MockMultipartHttpServletRequest based on the
 supplied ServletContext and the MockMultipartFiles
 added to this builder.createServletRequest in class MockHttpServletRequestBuilder