Package | Description |
---|---|
ratpack.groovy.test | |
ratpack.test | |
ratpack.test.handling |
Modifier and Type | Method and Description |
---|---|
static Invocation |
GroovyUnitTest.invoke(Handler handler,
Closure<?> builder)
Unit test a
Handler . |
Modifier and Type | Method and Description |
---|---|
static Invocation |
UnitTest.invoke(Handler handler,
Action<? super InvocationBuilder> action)
Unit test a
Handler . |
Modifier and Type | Method and Description |
---|---|
Invocation |
InvocationBuilder.invoke(Handler handler) |