| 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(String value) |
| 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".
|
| 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(String version)
Parses a version identifier from the specified string.
|
static Version |
Version.valueOf(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.
|
Copyright © 2024. All rights reserved.