Package | Description |
---|---|
org.testng.remote | |
org.testng.remote.support | |
org.testng.shaded.osgi.framework |
Modifier and Type | Field and Description |
---|---|
Version |
RemoteArgs.version |
Modifier and Type | Method and Description |
---|---|
Version |
RemoteArgs.VersionConverter.convert(java.lang.String value) |
private static Version |
RemoteTestNG.getTestNGVersion()
Get the version of TestNG on classpath.
|
private static Version |
RemoteTestNG.parseVersionFromManifest()
Parse the version from MANIFEST.MF
|
private static Version |
RemoteTestNG.parseVersionFromPom()
Parse the version from pom.properties.
|
(package private) static Version |
RemoteTestNG.toVersion(java.lang.String strVer) |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractRemoteTestNGFactory.accept(Version version) |
Modifier and Type | Method and Description |
---|---|
boolean |
RemoteTestNGFactory.accept(Version version) |
static RemoteTestNGFactory |
ServiceLoaderHelper.getFirst(Version version) |
static RemoteTestNGFactory |
ServiceLoaderHelper.getFirstQuietly(Version version)
Get the first RemoteTestNGFactory on classpath.
|
Modifier and Type | Field and Description |
---|---|
static Version |
Version.emptyVersion
The empty version "0.0.0".
|
private Version |
VersionRange.left |
private Version |
VersionRange.right |
Modifier and Type | Method and Description |
---|---|
Version |
VersionRange.getLeft()
Returns the left endpoint of this version range.
|
Version |
VersionRange.getRight()
Returns the right endpoint of this version range.
|
static Version |
Version.parseVersion(java.lang.String version)
Parses a version identifier from the specified string.
|
private static Version |
VersionRange.parseVersion(java.lang.String version,
java.lang.String range)
Parse version component into a Version.
|
static Version |
Version.valueOf(java.lang.String version)
Returns a
Version object holding the version identifier in the
specified String . |
Modifier and Type | Method and Description |
---|---|
int |
Version.compareTo(Version other)
Compares this
Version object to another Version . |
boolean |
VersionRange.includes(Version version)
Returns whether this version range includes the specified version.
|
Constructor and Description |
---|
VersionRange(char leftType,
Version leftEndpoint,
Version rightEndpoint,
char rightType)
Creates a version range from the specified versions.
|