Package | Description |
---|---|
com.atlassian.crowd.acceptance.utils.proxy |
Modifier and Type | Method and Description |
---|---|
Set<MockServerResponse> |
MockProxyServer.getExpectedServerResponses() |
Modifier and Type | Method and Description |
---|---|
MockProxyServer.Builder |
MockProxyServer.Builder.addExpectedServerResponse(MockServerResponse expectedServerResponse) |
Modifier and Type | Method and Description |
---|---|
MockProxyServer.Builder |
MockProxyServer.Builder.addExpectedServerResponses(Iterable<MockServerResponse> expectedServerResponses) |
MockProxyServer.Builder |
MockProxyServer.Builder.setExpectedServerResponses(Set<MockServerResponse> expectedServerResponses) |
Constructor and Description |
---|
MockProxyServer(int port,
Duration connectionTimeout,
Iterable<MockServerResponse> expectedServerResponses) |
Copyright © 2020 Atlassian. All rights reserved.