Uses of Interface
org.testng.remote.IRemoteTestNG
-
Packages that use IRemoteTestNG Package Description org.testng.remote org.testng.remote.support -
-
Uses of IRemoteTestNG in org.testng.remote
Classes in org.testng.remote that implement IRemoteTestNG Modifier and Type Class Description classAbstractRemoteTestNGExtension of TestNG registering a remote TestListener.Methods in org.testng.remote with parameters of type IRemoteTestNG Modifier and Type Method Description private static voidRemoteTestNG. initAndRun(IRemoteTestNG remoteTestNg, java.lang.String[] args, org.testng.CommandLineArgs cla, RemoteArgs ra) -
Uses of IRemoteTestNG in org.testng.remote.support
Classes in org.testng.remote.support that implement IRemoteTestNG Modifier and Type Class Description classRemoteTestNG6_12Methods in org.testng.remote.support that return IRemoteTestNG Modifier and Type Method Description IRemoteTestNGRemoteTestNGFactory. createRemoteTestNG()IRemoteTestNGRemoteTestNGFactory6_12. createRemoteTestNG()
-