Package | Description |
---|---|
org.mockserver.integration | |
org.mockserver.junit.jupiter |
Modifier and Type | Method and Description |
---|---|
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
|
static ClientAndServer |
ClientAndServer.startClientAndServer(Integer... port) |
static ClientAndServer |
ClientAndServer.startClientAndServer(List<Integer> ports) |
static ClientAndServer |
ClientAndServer.startClientAndServer(String remoteHost,
Integer remotePort,
Integer... port) |
Constructor and Description |
---|
MockServerExtension(ClientAndServer clientAndServer) |
Copyright © 2020. All rights reserved.