Package | Description |
---|---|
org.testng.remote | |
org.testng.remote.support | |
org.testng.shaded.osgi.framework |
Modifier and Type | Method and Description |
---|---|
protected abstract VersionRange |
AbstractRemoteTestNGFactory.getAcceptableVersions() |
Modifier and Type | Field and Description |
---|---|
private static VersionRange |
RemoteTestNGFactory6_12.RANGE |
Modifier and Type | Method and Description |
---|---|
protected VersionRange |
RemoteTestNGFactory6_12.getAcceptableVersions() |
Modifier and Type | Method and Description |
---|---|
VersionRange |
VersionRange.intersection(VersionRange... ranges)
Returns the intersection of this version range with the specified version
ranges.
|
static VersionRange |
VersionRange.valueOf(java.lang.String range)
Returns a
VersionRange object holding the version range in the
specified String . |
Modifier and Type | Method and Description |
---|---|
VersionRange |
VersionRange.intersection(VersionRange... ranges)
Returns the intersection of this version range with the specified version
ranges.
|