ClientAndServer |
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 |
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 |
ClientAndServer.registerListener(ExpectationsListener expectationsListener) |
static ClientAndServer |
ClientAndServer.startClientAndServer(Configuration configuration,
Integer... port) |
static ClientAndServer |
ClientAndServer.startClientAndServer(Configuration configuration,
List<Integer> ports) |
static ClientAndServer |
ClientAndServer.startClientAndServer(Configuration configuration,
String remoteHost,
Integer remotePort,
Integer... port) |
static ClientAndServer |
ClientAndServer.startClientAndServer(Integer... port) |
static ClientAndServer |
ClientAndServer.startClientAndServer(List<Integer> ports) |
static ClientAndServer |
ClientAndServer.startClientAndServer(String remoteHost,
Integer remotePort,
Integer... port) |