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 classAbstractRemoteTestNGFactory -
Uses of RemoteTestNGFactory in org.testng.remote.support
Classes in org.testng.remote.support that implement RemoteTestNGFactory Modifier and Type Class Description classRemoteTestNGFactory6_12Methods in org.testng.remote.support that return RemoteTestNGFactory Modifier and Type Method Description static RemoteTestNGFactoryServiceLoaderHelper. getFirst(Version version)static RemoteTestNGFactoryServiceLoaderHelper. getFirstQuietly(java.lang.String version)static RemoteTestNGFactoryServiceLoaderHelper. getFirstQuietly(Version version)Get the first RemoteTestNGFactory on classpath.
-