Package org.opentestfactory.test.harness
Class MockServerHelper
java.lang.Object
org.opentestfactory.test.harness.MockServerHelper
- Author:
- edegenetais
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcleanStop(org.mockserver.integration.ClientAndServer mockServer) voidwaitForStart(org.mockserver.integration.ClientAndServer serverMock)
-
Constructor Details
-
MockServerHelper
-
-
Method Details
-
waitForStart
public void waitForStart(org.mockserver.integration.ClientAndServer serverMock) throws InterruptedException - Throws:
InterruptedException
-
cleanStop
public void cleanStop(org.mockserver.integration.ClientAndServer mockServer) throws InterruptedException - Throws:
InterruptedException
-