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 booleanaccept(Version version)IRemoteTestNGcreateRemoteTestNG()
-
-
-
Method Detail
-
accept
boolean accept(Version version)
-
createRemoteTestNG
IRemoteTestNG createRemoteTestNG()
-
-