Uses of Interface
ratpack.test.ApplicationUnderTest
-
Packages that use ApplicationUnderTest 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.http Test fixtures that provide HTTP client interfaces to applications under test.ratpack.test.mock Support for creating mocks for remote APIsratpack.test.remote -
-
Uses of ApplicationUnderTest in ratpack.groovy.test
Classes in ratpack.groovy.test that implement ApplicationUnderTest Modifier and Type Class Description classGroovyRatpackMainApplicationUnderTest -
Uses of ApplicationUnderTest in ratpack.groovy.test.embed
Subinterfaces of ApplicationUnderTest in ratpack.groovy.test.embed Modifier and Type Interface Description interfaceGroovyEmbeddedAppA more Groovy version ofEmbeddedApp. -
Uses of ApplicationUnderTest in ratpack.test
Subinterfaces of ApplicationUnderTest in ratpack.test Modifier and Type Interface Description interfaceCloseableApplicationUnderTestAnApplicationUnderTestthat is able to be shut down.Classes in ratpack.test that implement ApplicationUnderTest 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 ApplicationUnderTest in ratpack.test.embed
Subinterfaces of ApplicationUnderTest 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 ApplicationUnderTest in ratpack.test.http
Methods in ratpack.test.http that return ApplicationUnderTest Modifier and Type Method Description ApplicationUnderTestTestHttpClient. getApplicationUnderTest()Methods in ratpack.test.http with parameters of type ApplicationUnderTest Modifier and Type Method Description static TestHttpClientTestHttpClient. testHttpClient(ApplicationUnderTest applicationUnderTest)A method to create an instance of the default implementation of TestHttpClient.static TestHttpClientTestHttpClient. testHttpClient(ApplicationUnderTest applicationUnderTest, Action<? super RequestSpec> requestConfigurer)A method to create an instance of the default implementation of TestHttpClient. -
Uses of ApplicationUnderTest in ratpack.test.mock
Classes in ratpack.test.mock that implement ApplicationUnderTest 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. -
Uses of ApplicationUnderTest in ratpack.test.remote
Methods in ratpack.test.remote with parameters of type ApplicationUnderTest Modifier and Type Method Description static io.remotecontrol.client.RemoteControlSupport<io.remotecontrol.groovy.ClosureCommand>RemoteControl. createSupport(ApplicationUnderTest application, java.lang.String path, io.remotecontrol.client.UnserializableResultStrategy unserializableResultStrategy)Constructors in ratpack.test.remote with parameters of type ApplicationUnderTest Constructor Description RemoteControl(ApplicationUnderTest application)RemoteControl(ApplicationUnderTest application, io.remotecontrol.client.UnserializableResultStrategy unserializableResultStrategy)RemoteControl(ApplicationUnderTest application, java.lang.String path)RemoteControl(ApplicationUnderTest application, java.lang.String path, io.remotecontrol.client.UnserializableResultStrategy unserializableResultStrategy)
-