org.testng.remote
Class RemoteArgs

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

public class RemoteArgs
extends Object


Field Summary
 boolean ack
           
static String ACK
           
static String DONT_EXIT
           
 boolean dontExit
           
static String PORT
           
 Integer serPort
           
 
Constructor Summary
RemoteArgs()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PORT

public static final String PORT
See Also:
Constant Field Values

serPort

public Integer serPort

DONT_EXIT

public static final String DONT_EXIT
See Also:
Constant Field Values

dontExit

public boolean dontExit

ACK

public static final String ACK
See Also:
Constant Field Values

ack

public boolean ack
Constructor Detail

RemoteArgs

public RemoteArgs()


Copyright © 2012. All Rights Reserved.