org.testng.remote.adapter
Class RemoteResultListener

java.lang.Object
  extended by org.testng.remote.adapter.RemoteResultListener

public class RemoteResultListener
extends Object

This listener is called by the IWorkerAdapter implementation when a remote test result is ready.

Author:
Guy Korland
See Also:
IWorkerAdapter

Constructor Summary
RemoteResultListener(SuiteRunner runner)
          Creates a listener for an XmlSuite result.
 
Method Summary
 void onResult(ISuite remoteSuiteRunner)
          Should called by the IWorkerAdapter 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

RemoteResultListener

public RemoteResultListener(SuiteRunner runner)
Creates a listener for an XmlSuite result.

Parameters:
runner - the corresponded SuiteRunner
Method Detail

onResult

public void onResult(ISuite remoteSuiteRunner)
Should called by the IWorkerAdapter implementation when a remote suite result is ready.

Parameters:
remoteSuiteRunner - remote result.


Copyright © 2012. All Rights Reserved.