public class RunnerClient extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONNECTION_SLEEP_MILLIS |
static Integer |
RECONNECT_MAX_ATTEMPTS |
| Constructor and Description |
|---|
RunnerClient(int port,
org.mule.munit.common.protocol.listeners.RemoteRunEventListener runnerEventListener) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
receiveAndNotify() |
void |
sendSuiteRunInfo(String runToken,
String suite,
Set<String> testNames,
Set<String> tags) |
public static final Integer RECONNECT_MAX_ATTEMPTS
public static final int CONNECTION_SLEEP_MILLIS
public RunnerClient(int port,
org.mule.munit.common.protocol.listeners.RemoteRunEventListener runnerEventListener)
throws IOException
IOExceptionpublic void sendSuiteRunInfo(String runToken, String suite, Set<String> testNames, Set<String> tags) throws IOException
IOExceptionpublic boolean receiveAndNotify()
throws IOException,
ClassNotFoundException
IOExceptionClassNotFoundExceptionCopyright © 2018. All rights reserved.