Package org.testng.remote.support
Class RemoteTestNGFactory6_12
- java.lang.Object
-
- org.testng.remote.AbstractRemoteTestNGFactory
-
- org.testng.remote.support.RemoteTestNGFactory6_12
-
- All Implemented Interfaces:
Orderable
,RemoteTestNGFactory
@AutoService(RemoteTestNGFactory.class) public class RemoteTestNGFactory6_12 extends AbstractRemoteTestNGFactory
-
-
Field Summary
Fields Modifier and Type Field Description private static VersionRange
RANGE
-
Constructor Summary
Constructors Constructor Description RemoteTestNGFactory6_12()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IRemoteTestNG
createRemoteTestNG()
protected VersionRange
getAcceptableVersions()
int
getOrder()
-
Methods inherited from class org.testng.remote.AbstractRemoteTestNGFactory
accept
-
-
-
-
Field Detail
-
RANGE
private static final VersionRange RANGE
-
-
Method Detail
-
createRemoteTestNG
public IRemoteTestNG createRemoteTestNG()
-
getAcceptableVersions
protected VersionRange getAcceptableVersions()
- Specified by:
getAcceptableVersions
in classAbstractRemoteTestNGFactory
-
getOrder
public int getOrder()
-
-