Uses of Package
ratpack.test
-
Packages that use ratpack.test Package Description ratpack.groovy.test ratpack.groovy.test.embed Support for creating Groovy based embedded applications.ratpack.test Fixtures used for testing Ratpack applications (seeApplicationUnderTest
).ratpack.test.embed Support for creating embedded applications at test time, for testing Ratpack features and extensions.ratpack.test.http Test fixtures that provide HTTP client interfaces to applications under test.ratpack.test.mock Support for creating mocks for remote APIs. -
Classes in ratpack.test used by ratpack.groovy.test Class Description ApplicationUnderTest A Ratpack application that is being tested, or used at test time.CloseableApplicationUnderTest AnApplicationUnderTest
that is able to be shut down.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
. -
Classes in ratpack.test used by ratpack.groovy.test.embed Class Description ApplicationUnderTest A Ratpack application that is being tested, or used at test time.CloseableApplicationUnderTest AnApplicationUnderTest
that is able to be shut down. -
Classes in ratpack.test used by ratpack.test Class Description ApplicationUnderTest A Ratpack application that is being tested, or used at test time.CloseableApplicationUnderTest AnApplicationUnderTest
that is able to be shut down.ServerBackedApplicationUnderTest AnApplicationUnderTest
implementation that manages aRatpackServer
. -
Classes in ratpack.test used by ratpack.test.embed Class Description ApplicationUnderTest A Ratpack application that is being tested, or used at test time.CloseableApplicationUnderTest AnApplicationUnderTest
that is able to be shut down. -
Classes in ratpack.test used by ratpack.test.http Class Description ApplicationUnderTest A Ratpack application that is being tested, or used at test time. -
Classes in ratpack.test used by ratpack.test.mock Class Description ApplicationUnderTest A Ratpack application that is being tested, or used at test time.CloseableApplicationUnderTest AnApplicationUnderTest
that is able to be shut down.