|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.testng.remote.adapter.RemoteResultListener
public class RemoteResultListener
This listener is called by the IWorkerApadter implementation when a remote test result is ready.
IWorkerApadter| Constructor Summary | |
|---|---|
RemoteResultListener(SuiteRunner runner)
Creates a listener for an XmlSuite result. |
|
| Method Summary | |
|---|---|
void |
onResult(ISuite remoteSuiteRunner)
Should called by the IWorkerApadter implementation when a remote suite result is ready. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RemoteResultListener(SuiteRunner runner)
XmlSuite result.
runner - the corresponded SuiteRunner| Method Detail |
|---|
public void onResult(ISuite remoteSuiteRunner)
IWorkerApadter implementation when a remote suite result is ready.
remoteSuiteRunner - remote result.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||