Uses of Interface
org.testng.remote.support.RemoteTestNGFactory
-
Packages that use RemoteTestNGFactory Package Description org.testng.remote org.testng.remote.support -
-
Uses of RemoteTestNGFactory in org.testng.remote
Classes in org.testng.remote that implement RemoteTestNGFactory Modifier and Type Class Description class
AbstractRemoteTestNGFactory
-
Uses of RemoteTestNGFactory in org.testng.remote.support
Classes in org.testng.remote.support that implement RemoteTestNGFactory Modifier and Type Class Description class
RemoteTestNGFactory6_12
Methods in org.testng.remote.support that return RemoteTestNGFactory Modifier and Type Method Description static RemoteTestNGFactory
ServiceLoaderHelper. getFirst(Version version)
static RemoteTestNGFactory
ServiceLoaderHelper. getFirstQuietly(java.lang.String version)
static RemoteTestNGFactory
ServiceLoaderHelper. getFirstQuietly(Version version)
Get the first RemoteTestNGFactory on classpath.
-