public final class ServiceLoaderHelper extends Object
Modifier and Type | Method and Description |
---|---|
static RemoteTestNGFactory |
getFirst(Version version) |
static RemoteTestNGFactory |
getFirstQuietly(String version) |
static RemoteTestNGFactory |
getFirstQuietly(Version version)
Get the first RemoteTestNGFactory on classpath.
|
public static RemoteTestNGFactory getFirst(Version version)
public static RemoteTestNGFactory getFirstQuietly(String version)
public static RemoteTestNGFactory getFirstQuietly(Version version)
this implementation is diff with getFirst(Version)
that
it scans the JARs on the classpath, and parse the services file manually.
version
- org.testng.TestNGException
- if not foundCopyright © 2020. All rights reserved.