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 VersionRangeRANGE
-
Constructor Summary
Constructors Constructor Description RemoteTestNGFactory6_12()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IRemoteTestNGcreateRemoteTestNG()protected VersionRangegetAcceptableVersions()intgetOrder()-
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:
getAcceptableVersionsin classAbstractRemoteTestNGFactory
-
getOrder
public int getOrder()
-
-