public class RemoteResultListener
extends java.lang.Object
IWorkerAdapter implementation when a remote test result is ready.IWorkerAdapter| Constructor and Description |
|---|
RemoteResultListener(SuiteRunner runner)
Creates a listener for an
XmlSuite result. |
| Modifier and Type | Method and Description |
|---|---|
void |
onResult(ISuite remoteSuiteRunner)
Should called by the
IWorkerAdapter implementation when a remote suite result is ready. |
public RemoteResultListener(SuiteRunner runner)
XmlSuite result.runner - the corresponded SuiteRunnerpublic void onResult(ISuite remoteSuiteRunner)
IWorkerAdapter implementation when a remote suite result is ready.remoteSuiteRunner - remote result.