Package org.fcrepo.client
Class MockHttpExpectations
- java.lang.Object
-
- org.fcrepo.client.MockHttpExpectations
-
public final class MockHttpExpectations extends Object
Expectations for the Mock Http Server- Author:
- esm
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMockHttpExpectations.SupportedUris
-
Constructor Summary
Constructors Constructor Description MockHttpExpectations()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitializeExpectations(org.mockserver.client.MockServerClient mockServerClient, int port)
-
-
-
Constructor Detail
-
MockHttpExpectations
public MockHttpExpectations()
-
-
Method Detail
-
initializeExpectations
public void initializeExpectations(org.mockserver.client.MockServerClient mockServerClient, int port)
- Parameters:
mockServerClient- the mock HTTP server to be configuredport- the port the mock HTTP server is running on
-
-