| Package | Description |
|---|---|
| ratpack.groovy.test.handling | |
| ratpack.test.handling |
Test fixtures for exercising
Handler implementations without
start a full EmbeddedApp. |
| ratpack.test.http |
Test fixtures that provide HTTP client interfaces to applications under test.
|
| Modifier and Type | Method and Description |
|---|---|
MultipartFormSpec |
GroovyRequestFixture.form()
A specification of a multipart form (see RFC2388)
|
| Modifier and Type | Method and Description |
|---|---|
MultipartFormSpec |
RequestFixture.form()
A specification of a multipart form (see RFC2388)
|
| Modifier and Type | Method and Description |
|---|---|
MultipartFormSpec |
MultipartFileSpec.add()
Add the file to the parent multipart form
|
MultipartFormSpec |
MultipartFormSpec.field(java.lang.String name,
java.lang.String value)
Add a field to the multipart form
|