Package ratpack.test
-
Interface Summary Interface Description ApplicationUnderTest A Ratpack application that is being tested, or used at test time.CloseableApplicationUnderTest AnApplicationUnderTestthat 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 AnApplicationUnderTestimplementation that manages aRatpackServer.