Uses of Class
net.officefloor.server.http.mock.MockHttpServer
-
Packages that use MockHttpServer Package Description net.officefloor.server.http.mock net.officefloor.web.compile net.officefloor.woof.mock -
-
Uses of MockHttpServer in net.officefloor.server.http.mock
Methods in net.officefloor.server.http.mock that return MockHttpServer Modifier and Type Method Description static MockHttpServer
MockHttpServer. configureMockHttpServer(DeployedOfficeInput input)
Configures theMockHttpServer
to be serviced by theDeployedOfficeInput
.MockHttpServer
MockHttpServer. timeout(int timeout)
Specifies the timeout for synchronous send.Methods in net.officefloor.server.http.mock with parameters of type MockHttpServer Modifier and Type Method Description protected static void
MockHttpServer. configureMockHttpServer(MockHttpServer httpServer, DeployedOfficeInput input)
Enables extending implementations to configure themselves as theMockHttpServer
. -
Uses of MockHttpServer in net.officefloor.web.compile
Method parameters in net.officefloor.web.compile with type arguments of type MockHttpServer Modifier and Type Method Description void
WebCompileOfficeFloor. mockHttpServer(java.util.function.Consumer<MockHttpServer> consumeMockhttpServer)
LoadsMockHttpServer
. -
Uses of MockHttpServer in net.officefloor.woof.mock
Subclasses of MockHttpServer in net.officefloor.woof.mock Modifier and Type Class Description class
MockWoofServer
MockHttpServer
loading the WoOF application.class
MockWoofServerExtension
Extension
for running theMockWoofServer
.class
MockWoofServerRule
TestRule
for running theMockWoofServer
.
-