| Interface | Description |
|---|---|
| ApplicationUnderTest |
A Ratpack application that is being tested, or used at test time.
|
| CloseableApplicationUnderTest |
An
ApplicationUnderTest that is able to be shut down. |
| Class | Description |
|---|---|
| MainClassApplicationUnderTest |
An application under test fixture that can be used to test a server started by a “main” method.
|
| ServerBackedApplicationUnderTest |
An
ApplicationUnderTest implementation that manages a RatpackServer. |