-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Labels
in: testIssues in the test moduleIssues in the test moduletype: enhancementA general enhancementA general enhancement
Milestone
Description
While writing the documentation for the AssertJ support for MockMvc, I came to realize that there is a separate builder that is specific to Multipart requests.
There is always the escape hatch of using perform
and reuse whatever was build with the existing API but dedicated support would be nice.
I am not a huge fan of a multipart
as the same level as get
, post
, etc. But triggering multipart in the middle of the chain means we need to provide a copy constructor for the builder.
Metadata
Metadata
Assignees
Labels
in: testIssues in the test moduleIssues in the test moduletype: enhancementA general enhancementA general enhancement