Package | Description |
---|---|
org.mockserver.client | |
org.mockserver.initialize | |
org.mockserver.integration | |
org.mockserver.integration.proxy | |
org.mockserver.integration.server | |
org.mockserver.junit |
Modifier and Type | Method and Description |
---|---|
MockServerClient |
MockServerClient.clear(HttpRequest httpRequest)
Clear all expectations and logs that match the http
|
MockServerClient |
MockServerClient.clear(HttpRequest httpRequest,
ClearType type)
Clear expectations, logs or both that match the http
|
MockServerClient |
MockServerClient.reset()
Reset MockServer by clearing all expectations
|
MockServerClient |
MockServerClient.stop()
Stop MockServer gracefully (only support for Netty version, not supported for WAR version)
|
MockServerClient |
MockServerClient.stop(boolean ignoreFailure)
Stop MockServer gracefully (only support for Netty version, not supported for WAR version)
|
MockServerClient |
MockServerClient.verify(HttpRequest... httpRequests)
Verify a list of requests have been sent in the order specified for example:
|
MockServerClient |
MockServerClient.verify(HttpRequest httpRequest,
VerificationTimes times)
Verify a request has been sent for example:
|
MockServerClient |
MockServerClient.verifyZeroInteractions()
Verify no requests have been have been sent.
|
Constructor and Description |
---|
ForwardChainExpectation(MockServerClient mockServerClient,
Expectation expectation) |
Modifier and Type | Method and Description |
---|---|
void |
ExpectationInitializer.initializeExpectations(MockServerClient mockServerClient) |
Modifier and Type | Class and Description |
---|---|
class |
ClientAndServer |
Modifier and Type | Method and Description |
---|---|
abstract MockServerClient |
AbstractClientProxyIntegrationTest.getMockServerClient() |
abstract MockServerClient |
AbstractClientSecureProxyIntegrationTest.getProxyClient() |
Modifier and Type | Field and Description |
---|---|
protected static MockServerClient |
AbstractMockingIntegrationTestBase.mockServerClient |
Modifier and Type | Method and Description |
---|---|
MockServerClient |
MockServerRule.getClient() |
Copyright © 2018. All rights reserved.