Copyright (c) 2015 the original author or authors. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html
| Modifiers | Name | Description |
|---|---|---|
class |
PluginTestRunnerClient.ListenerSafeRunnable |
| Type | Name and description |
|---|---|
boolean |
isRunning() |
void |
rerunTest(java.lang.String testId, java.lang.String className, java.lang.String testName) |
void |
startListening(org.eclipse.jdt.internal.junit.model.ITestRunListener2[] listeners, int port)Start listening to a test run. |
void |
stopTest()Requests to stop the remote test run. |
void |
stopWaiting() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Start listening to a test run. Start a server connection that the RemoteTestRunner can connect to.
listeners - listeners to informport - port on which the server socket will be openedRequests to stop the remote test run.