Uses of Interface
ratpack.test.CloseableApplicationUnderTest
-
Packages that use CloseableApplicationUnderTest 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.mock Support for creating mocks for remote APIs. -
-
Uses of CloseableApplicationUnderTest in ratpack.groovy.test
Classes in ratpack.groovy.test that implement CloseableApplicationUnderTest Modifier and Type Class Description class
GroovyRatpackMainApplicationUnderTest
-
Uses of CloseableApplicationUnderTest in ratpack.groovy.test.embed
Subinterfaces of CloseableApplicationUnderTest in ratpack.groovy.test.embed Modifier and Type Interface Description interface
GroovyEmbeddedApp
A more Groovy version ofEmbeddedApp
. -
Uses of CloseableApplicationUnderTest in ratpack.test
Classes in ratpack.test that implement CloseableApplicationUnderTest Modifier and Type Class Description class
MainClassApplicationUnderTest
An application under test fixture that can be used to test a server started by a “main” method.class
ServerBackedApplicationUnderTest
AnApplicationUnderTest
implementation that manages aRatpackServer
. -
Uses of CloseableApplicationUnderTest in ratpack.test.embed
Subinterfaces of CloseableApplicationUnderTest in ratpack.test.embed Modifier and Type Interface Description interface
EmbeddedApp
An application created and used at runtime, useful for functionally testing subsets of functionality. -
Uses of CloseableApplicationUnderTest in ratpack.test.mock
Classes in ratpack.test.mock that implement CloseableApplicationUnderTest Modifier and Type Class Description class
MockApi
A test harness for simulating behavior of remote APIs by starting anEmbeddedApp
that will handle requests based on the content of the received request.
-