Package org.testng.remote
Class AbstractRemoteTestNGFactory
- java.lang.Object
-
- org.testng.remote.AbstractRemoteTestNGFactory
-
- All Implemented Interfaces:
Orderable
,RemoteTestNGFactory
- Direct Known Subclasses:
RemoteTestNGFactory6_12
public abstract class AbstractRemoteTestNGFactory extends java.lang.Object implements RemoteTestNGFactory
-
-
Constructor Summary
Constructors Constructor Description AbstractRemoteTestNGFactory()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description boolean
accept(Version version)
protected abstract VersionRange
getAcceptableVersions()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.testng.remote.support.RemoteTestNGFactory
createRemoteTestNG
-
-
-
-
Method Detail
-
accept
public boolean accept(Version version)
- Specified by:
accept
in interfaceRemoteTestNGFactory
-
getAcceptableVersions
protected abstract VersionRange getAcceptableVersions()
-
-