public interface IRemoteTestNG
Modifier and Type | Method and Description |
---|---|
void |
configure(org.testng.CommandLineArgs cla) |
void |
dontExit(boolean dontExit) |
void |
run() |
void |
setAck(boolean ack) |
void |
setDebug(boolean debug) |
void |
setHost(String host) |
void |
setPort(Integer port) |
void |
setProtocol(String protocol) |
void |
setSerPort(Integer serPort) |
void dontExit(boolean dontExit)
void setDebug(boolean debug)
void setAck(boolean ack)
void configure(org.testng.CommandLineArgs cla)
void setHost(String host)
void setSerPort(Integer serPort)
void setProtocol(String protocol)
void setPort(Integer port)
void run()
Copyright © 2016. All rights reserved.