Package org.testng.remote.support
Interface RemoteTestNGFactory
-
- All Superinterfaces:
Orderable
- All Known Implementing Classes:
AbstractRemoteTestNGFactory
,RemoteTestNGFactory6_12
public interface RemoteTestNGFactory extends Orderable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
accept(Version version)
IRemoteTestNG
createRemoteTestNG()
-
-
-
Method Detail
-
accept
boolean accept(Version version)
-
createRemoteTestNG
IRemoteTestNG createRemoteTestNG()
-
-