Uses of Class
net.officefloor.server.http.mock.MockHttpServer
Packages that use MockHttpServer
Package
Description
-
Uses of MockHttpServer in net.officefloor.server.google.function.mock
Methods in net.officefloor.server.google.function.mock that return MockHttpServerModifier and TypeMethodDescriptionAbstractMockGoogleHttpFunctionJUnit.getMockHttpServer()Obtains theMockHttpServer. -
Uses of MockHttpServer in net.officefloor.server.http.mock
Methods in net.officefloor.server.http.mock that return MockHttpServerModifier and TypeMethodDescriptionstatic MockHttpServerMockHttpServer.configureMockHttpServer(DeployedOfficeInput input) Configures theMockHttpServerto be serviced by theDeployedOfficeInput.static MockHttpServerMockHttpServer.configureMockHttpServer(DeployedOfficeInput input, String typeQualifier) Configures theMockHttpServerto be serviced by theDeployedOfficeInput.MockHttpServer.timeout(int timeout) Specifies the timeout for synchronous send.Methods in net.officefloor.server.http.mock with parameters of type MockHttpServerModifier and TypeMethodDescriptionprotected static voidMockHttpServer.configureMockHttpServer(MockHttpServer httpServer, String typeQualifier, 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 MockHttpServerModifier and TypeMethodDescriptionvoidWebCompileOfficeFloor.mockHttpServer(Consumer<MockHttpServer> consumeMockhttpServer) LoadsMockHttpServer. -
Uses of MockHttpServer in net.officefloor.woof.mock
Subclasses of MockHttpServer in net.officefloor.woof.mockModifier and TypeClassDescriptionclassMockHttpServerloading the WoOF application.classExtensionfor running theMockWoofServer.classTestRulefor running theMockWoofServer.