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 class
AbstractRemoteTestNG
Extension of TestNG registering a remote TestListener.Methods in org.testng.remote with parameters of type IRemoteTestNG Modifier and Type Method Description private static void
RemoteTestNG. 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 class
RemoteTestNG6_12
Methods in org.testng.remote.support that return IRemoteTestNG Modifier and Type Method Description IRemoteTestNG
RemoteTestNGFactory. createRemoteTestNG()
IRemoteTestNG
RemoteTestNGFactory6_12. createRemoteTestNG()
-