org.testng.remote
Class RemoteSuiteWorker

java.lang.Object
  extended by org.testng.remote.RemoteWorker
      extended by org.testng.remote.RemoteSuiteWorker
All Implemented Interfaces:
Runnable

public class RemoteSuiteWorker
extends RemoteWorker
implements Runnable

A worker that will be put into an Executor and that sends a suite This class

Author:
cbeust

Field Summary
 
Fields inherited from class org.testng.remote.RemoteWorker
m_listener
 
Constructor Summary
RemoteSuiteWorker(XmlSuite suite, org.testng.internal.remote.SlavePool slavePool, RemoteResultListener listener)
           
 
Method Summary
 void run()
           
 
Methods inherited from class org.testng.remote.RemoteWorker
getSlavePool, sendSuite
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteSuiteWorker

public RemoteSuiteWorker(XmlSuite suite,
                         org.testng.internal.remote.SlavePool slavePool,
                         RemoteResultListener listener)
Method Detail

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2012. All Rights Reserved.