Package ratpack.test
Fixtures used for testing Ratpack applications (see
ApplicationUnderTest
).
Additionally, the EmbeddedApp
facilitates testing of Ratpack and
non-Ratpack applications by providing a fluid API for simple API servers in tests.
-
Interface Summary Interface Description ApplicationUnderTest A Ratpack application that is being tested, or used at test time.CloseableApplicationUnderTest AnApplicationUnderTest
that is able to be shut down. -
Class Summary Class Description MainClassApplicationUnderTest An application under test fixture that can be used to test a server started by a “main” method.ServerBackedApplicationUnderTest AnApplicationUnderTest
implementation that manages aRatpackServer
.