open fun file(name: String, content: ByteArray): MockMultipartHttpServletRequestBuilder
Create a new MockMultipartFile with the given content.
content - the content of the file
open fun file(file: MockMultipartFile): MockMultipartHttpServletRequestBuilder
Add the given MockMultipartFile.