org.testng.remote
Class SuiteSlave

java.lang.Object
  extended by org.testng.remote.SuiteSlave

public class SuiteSlave
extends java.lang.Object

Run test suits sent by the dispatcher.

Author:
Guy Korland

Field Summary
static java.lang.String SLAVE_ADPATER
           
static java.lang.String VERBOSE
          Properties allowed in remote.properties
 
Constructor Summary
SuiteSlave(java.lang.String propertiesFile, TestNG testng)
          Creates a new suite dispatcher.
 
Method Summary
 void waitForSuites()
          Invoked in client mode.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERBOSE

public static final java.lang.String VERBOSE
Properties allowed in remote.properties

See Also:
Constant Field Values

SLAVE_ADPATER

public static final java.lang.String SLAVE_ADPATER
See Also:
Constant Field Values
Constructor Detail

SuiteSlave

public SuiteSlave(java.lang.String propertiesFile,
                  TestNG testng)
           throws TestNGException
Creates a new suite dispatcher.

Parameters:
propertiesFile -
Throws:
java.lang.Exception
TestNGException
Method Detail

waitForSuites

public void waitForSuites()
Invoked in client mode. In this case, wait for a connection on the given port, run the XmlSuite we received and return the SuiteRunner created to run it.

Throws:
java.io.IOException


Copyright © 2011. All Rights Reserved.