Uses of Interface
ratpack.test.http.MultipartFileSpec
-
Packages that use MultipartFileSpec Package Description ratpack.groovy.test.handling ratpack.test.handling Test fixtures for exercisingHandler
implementations without start a fullEmbeddedApp
.ratpack.test.http Test fixtures that provide HTTP client interfaces to applications under test. -
-
Uses of MultipartFileSpec in ratpack.groovy.test.handling
Methods in ratpack.groovy.test.handling that return MultipartFileSpec Modifier and Type Method Description MultipartFileSpec
GroovyRequestFixture. file()
A specification of a file to upload (see RFC2388) -
Uses of MultipartFileSpec in ratpack.test.handling
Methods in ratpack.test.handling that return MultipartFileSpec Modifier and Type Method Description MultipartFileSpec
RequestFixture. file()
A specification of a file to upload (see RFC2388) -
Uses of MultipartFileSpec in ratpack.test.http
Methods in ratpack.test.http that return MultipartFileSpec Modifier and Type Method Description MultipartFileSpec
MultipartFileSpec. contentType(java.lang.String contentType)
Specify the content typeMultipartFileSpec
MultipartFileSpec. data(byte[] data)
Specify the file contentsMultipartFileSpec
MultipartFileSpec. data(java.lang.String data)
Specify the file contentsMultipartFileSpec
MultipartFileSpec. encoding(java.lang.String encoding)
Specify the form fieldMultipartFileSpec
MultipartFileSpec. field(java.lang.String field)
Specify the form fieldMultipartFileSpec
MultipartFormSpec. file()
A specification of a file to upload (see RFC2388)MultipartFileSpec
MultipartFileSpec. name(java.lang.String name)
Specify the uploaded filename
-