public class ClientAndServer extends MockServerClient
portFuture| Constructor and Description |
|---|
ClientAndServer(Integer... ports) |
ClientAndServer(String remoteHost,
Integer remotePort,
Integer... ports) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getLocalPort() |
List<Integer> |
getLocalPorts() |
Integer |
getPort() |
InetSocketAddress |
getRemoteAddress() |
boolean |
hasStarted() |
boolean |
isRunning() |
static void |
main(String[] args) |
ClientAndServer |
openUI()
Launch UI and wait the default period to allow the UI to launch and start collecting logs,
this ensures that the log are visible in the UI even if MockServer is shutdown by a test
shutdown function, such as After, AfterClass, AfterAll, etc
|
ClientAndServer |
openUI(TimeUnit timeUnit,
long pause)
Launch UI and wait a specified period to allow the UI to launch and start collecting logs,
this ensures that the log are visible in the UI even if MockServer is shutdown by a test
shutdown function, such as After, AfterClass, AfterAll, etc
|
ClientAndServer |
registerListener(ExpectationsListener expectationsListener) |
static ClientAndServer |
startClientAndServer(Integer... port) |
static ClientAndServer |
startClientAndServer(List<Integer> ports) |
static ClientAndServer |
startClientAndServer(String remoteHost,
Integer remotePort,
Integer... port) |
void |
stop() |
Future |
stopAsync() |
bind, clear, clear, clear, clear, close, contextPath, hasStarted, hasStopped, hasStopped, isRunning, isSecure, remoteAddress, reset, retrieveActiveExpectations, retrieveActiveExpectations, retrieveLogMessages, retrieveLogMessagesArray, retrieveRecordedExpectations, retrieveRecordedExpectations, retrieveRecordedRequests, retrieveRecordedRequests, retrieveRecordedRequestsAndResponses, retrieveRecordedRequestsAndResponses, sendExpectation, setRequestOverride, stop, upsert, upsert, verify, verify, verify, verify, verifyZeroInteractions, when, when, when, when, withSecurepublic ClientAndServer(Integer... ports)
public static void main(String[] args)
public static ClientAndServer startClientAndServer(List<Integer> ports)
public static ClientAndServer startClientAndServer(Integer... port)
public static ClientAndServer startClientAndServer(String remoteHost, Integer remotePort, Integer... port)
public ClientAndServer openUI()
openUI in class MockServerClientpublic ClientAndServer openUI(TimeUnit timeUnit, long pause)
openUI in class MockServerClienttimeUnit - TimeUnit the time unit, for example TimeUnit.SECONDSpause - the number of time units to delay before the function returns to ensure the UI is receiving logspublic boolean isRunning()
isRunning in class MockServerClientpublic boolean hasStarted()
hasStarted in class MockServerClientpublic Future stopAsync()
stopAsync in class MockServerClientpublic void stop()
stop in interface Stoppablestop in class MockServerClientpublic Integer getPort()
getPort in class MockServerClientpublic Integer getLocalPort()
public InetSocketAddress getRemoteAddress()
public ClientAndServer registerListener(ExpectationsListener expectationsListener)
Copyright © 2020. All rights reserved.