GroovyRequestFixture |
GroovyRequestFixture.body(byte[] bytes,
String contentType) |
GroovyRequestFixture |
GroovyRequestFixture.body(String text,
String contentType) |
GroovyRequestFixture |
GroovyRequestFixture.header(String name,
String value) |
GroovyRequestFixture |
GroovyRequestFixture.launchConfig(Action<? super LaunchConfigBuilder> action) |
GroovyRequestFixture |
GroovyRequestFixture.launchConfig(Path baseDir,
Action<? super LaunchConfigBuilder> action) |
GroovyRequestFixture |
GroovyRequestFixture.method(String method) |
GroovyRequestFixture |
GroovyRequestFixture.pathBinding(Map<String,String> pathTokens) |
GroovyRequestFixture |
GroovyRequestFixture.pathBinding(String boundTo,
String pastBinding,
Map<String,String> pathTokens) |
GroovyRequestFixture |
GroovyRequestFixture.registry(Action<? super RegistrySpec> action) |
GroovyRequestFixture |
GroovyRequestFixture.registry(Closure<?> closure) |
GroovyRequestFixture |
GroovyRequestFixture.responseHeader(String name,
String value) |
GroovyRequestFixture |
GroovyRequestFixture.timeout(int timeoutSeconds) |
GroovyRequestFixture |
GroovyRequestFixture.uri(String uri) |