| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.testng.TestNG
org.testng.remote.RemoteTestNG
public class RemoteTestNG
Extension of TestNG registering a remote TestListener.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.testng.TestNG |
---|
TestNG.ExitCodeListener |
Field Summary | |
---|---|
static String | DEBUG_PORT |
static String | DEBUG_SUITE_DIRECTORY |
static String | DEBUG_SUITE_FILE |
static String | PROPERTY_DEBUG |
static String | PROPERTY_VERBOSE |
Fields inherited from class org.testng.TestNG |
---|
DEFAULT_COMMAND_LINE_SUITE_NAME, DEFAULT_COMMAND_LINE_TEST_NAME, DEFAULT_OUTPUTDIR, DEFAULT_VERBOSE, HAS_FAILURE, HAS_FSP, HAS_NO_TEST, HAS_SKIPPED, m_end, m_start, m_suites, m_useDefaultListeners, SHOW_TESTNG_STACK_FRAMES, TEST_CLASSPATH |
Constructor Summary | |
---|---|
RemoteTestNG() |
Method Summary | |
---|---|
protected ITestRunnerFactory | buildTestRunnerFactory() Override by the plugin if you need to configure differently the TestRunner (usually this is needed if different listeners/reporters are needed). |
static boolean | isDebug() |
static boolean | isVerbose() |
static void | main(String[] args) |
void | run() Run TestNG. |
void | setHost(String host) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String DEBUG_PORT
public static final String DEBUG_SUITE_FILE
public static final String DEBUG_SUITE_DIRECTORY
public static final String PROPERTY_DEBUG
public static final String PROPERTY_VERBOSE
Constructor Detail |
---|
public RemoteTestNG()
Method Detail |
---|
public void setHost(String host)
public void run()
protected ITestRunnerFactory buildTestRunnerFactory()
TestRunner
(usually this is needed if different listeners/reporters are needed). Note: you don't need to worry about the wiring listener, because it is added automatically.public static void main(String[] args) throws com.beust.jcommander.ParameterException
com.beust.jcommander.ParameterException
public static boolean isVerbose()
public static boolean isDebug()
| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |