Uses of Interface
ratpack.test.http.MultipartFileSpec
-
Packages that use MultipartFileSpec Package Description ratpack.groovy.test.handling ratpack.test.handling Test fixtures for exercisingHandlerimplementations 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 MultipartFileSpecGroovyRequestFixture. 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 MultipartFileSpecRequestFixture. 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 MultipartFileSpecMultipartFileSpec. contentType(String contentType)Specify the content typeMultipartFileSpecMultipartFileSpec. data(byte[] data)Specify the file contentsMultipartFileSpecMultipartFileSpec. data(String data)Specify the file contentsMultipartFileSpecMultipartFileSpec. encoding(String encoding)Specify the form fieldMultipartFileSpecMultipartFileSpec. field(String field)Specify the form fieldMultipartFileSpecMultipartFormSpec. file()A specification of a file to upload (see RFC2388).MultipartFileSpecMultipartFileSpec. name(String name)Specify the uploaded filename
-