Uses of Class
org.mockserver.integration.ClientAndServer
Packages that use ClientAndServer
-
Uses of ClientAndServer in org.mockserver.integration
Methods in org.mockserver.integration that return ClientAndServerModifier and TypeMethodDescriptionClientAndServer.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, etcLaunch 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, etcClientAndServer.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 ClientAndServerModifier and TypeFieldDescriptionprotected ClientAndServerMockServerExtension.clientAndServerprotected ClientAndServerMockServerExtension.customClientAndServerprotected static ClientAndServerMockServerExtension.perTestSuiteClientAndServerConstructors in org.mockserver.junit.jupiter with parameters of type ClientAndServer