Uses of Class
org.mockserver.integration.ClientAndServer
-
Packages that use ClientAndServer Package Description org.mockserver.integration org.mockserver.junit.jupiter -
-
Uses of ClientAndServer in org.mockserver.integration
Methods in org.mockserver.integration that return ClientAndServer Modifier and Type Method Description ClientAndServerClientAndServer. 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, etcClientAndServerClientAndServer. 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, etcClientAndServerClientAndServer. registerListener(ExpectationsListener expectationsListener)static ClientAndServerClientAndServer. startClientAndServer(Integer... port)static ClientAndServerClientAndServer. startClientAndServer(String remoteHost, Integer remotePort, Integer... port)static ClientAndServerClientAndServer. startClientAndServer(List<Integer> ports)static ClientAndServerClientAndServer. startClientAndServer(Configuration configuration, Integer... port)static ClientAndServerClientAndServer. startClientAndServer(Configuration configuration, String remoteHost, Integer remotePort, Integer... port)static ClientAndServerClientAndServer. startClientAndServer(Configuration configuration, List<Integer> ports) -
Uses of ClientAndServer in org.mockserver.junit.jupiter
Fields in org.mockserver.junit.jupiter declared as ClientAndServer Modifier and Type Field Description protected ClientAndServerMockServerExtension. clientAndServerprotected ClientAndServerMockServerExtension. customClientAndServerprotected static ClientAndServerMockServerExtension. perTestSuiteClientAndServerConstructors in org.mockserver.junit.jupiter with parameters of type ClientAndServer Constructor Description MockServerExtension(ClientAndServer clientAndServer)
-