Searched refs:RemoteTestNG (Results 1 – 8 of 8) sorted by relevance
3 import org.testng.remote.RemoteTestNG;44 if (RemoteTestNG.isVerbose()) { in sendMessage()69 if (RemoteTestNG.isVerbose()) { in p()106 if (RemoteTestNG.isVerbose()) { in handleThrowable()
3 import org.testng.remote.RemoteTestNG;45 if (RemoteTestNG.isVerbose()) { in receiveMessage()53 if (RemoteTestNG.isVerbose()) { in p()
8 import org.testng.remote.RemoteTestNG;62 if (RemoteTestNG.isVerbose()) { in p()
20 import static org.testng.remote.RemoteTestNG.isVerbose;
6 import org.testng.remote.RemoteTestNG;56 RemoteTestNG.main(new String[] { in launchRemoteTestNG()
40 public class RemoteTestNG extends TestNG { class182 RemoteTestNG remoteTestNg = new RemoteTestNG(); in initAndRun()
9 import org.testng.remote.RemoteTestNG;93 if (RemoteTestNG.isDebug()) { in save()94 File result = new File(directory, RemoteTestNG.DEBUG_SUITE_FILE); in save()
228 Added: RemoteTestNG waits infinitely for a connection (Aleksey Kabanov)394 Added: Dialog box when the plug-in can't contact RemoteTestNG795 Added: A generic/extensible RemoteTestNG was added to the core