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 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 classGroovyRatpackMainApplicationUnderTest -
Uses of CloseableApplicationUnderTest in ratpack.groovy.test.embed
Subinterfaces of CloseableApplicationUnderTest in ratpack.groovy.test.embed Modifier and Type Interface Description interfaceGroovyEmbeddedAppA more Groovy version ofEmbeddedApp. -
Uses of CloseableApplicationUnderTest in ratpack.test
Classes in ratpack.test that implement CloseableApplicationUnderTest Modifier and Type Class Description classMainClassApplicationUnderTestAn application under test fixture that can be used to test a server started by a “main” method.classServerBackedApplicationUnderTestAnApplicationUnderTestimplementation that manages aRatpackServer. -
Uses of CloseableApplicationUnderTest in ratpack.test.embed
Subinterfaces of CloseableApplicationUnderTest in ratpack.test.embed Modifier and Type Interface Description interfaceEmbeddedAppAn 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 classMockApiA test harness for simulating behavior of remote APIs by starting anEmbeddedAppthat will handle requests based on the content of the received request.
-