Uses of Class
org.testng.shaded.osgi.framework.Version
-
Packages that use Version Package Description org.testng.remote org.testng.remote.support org.testng.shaded.osgi.framework -
-
Uses of Version in org.testng.remote
Fields in org.testng.remote declared as Version Modifier and Type Field Description Version
RemoteArgs. version
Methods in org.testng.remote that return Version Modifier and Type Method 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.MFprivate static Version
RemoteTestNG. parseVersionFromPom()
Parse the version from pom.properties.(package private) static Version
RemoteTestNG. toVersion(java.lang.String strVer)
Methods in org.testng.remote with parameters of type Version Modifier and Type Method Description boolean
AbstractRemoteTestNGFactory. accept(Version version)
-
Uses of Version in org.testng.remote.support
Methods in org.testng.remote.support with parameters of type Version Modifier and Type Method Description boolean
RemoteTestNGFactory. accept(Version version)
static RemoteTestNGFactory
ServiceLoaderHelper. getFirst(Version version)
static RemoteTestNGFactory
ServiceLoaderHelper. getFirstQuietly(Version version)
Get the first RemoteTestNGFactory on classpath. -
Uses of Version in org.testng.shaded.osgi.framework
Fields in org.testng.shaded.osgi.framework declared as Version Modifier and Type Field Description static Version
Version. emptyVersion
The empty version "0.0.0".private Version
VersionRange. left
private Version
VersionRange. right
Methods in org.testng.shaded.osgi.framework that return Version Modifier and Type Method 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 aVersion
object holding the version identifier in the specifiedString
.Methods in org.testng.shaded.osgi.framework with parameters of type Version Modifier and Type Method Description int
Version. compareTo(Version other)
Compares thisVersion
object to anotherVersion
.boolean
VersionRange. includes(Version version)
Returns whether this version range includes the specified version.Constructors in org.testng.shaded.osgi.framework with parameters of type Version Constructor Description VersionRange(char leftType, Version leftEndpoint, Version rightEndpoint, char rightType)
Creates a version range from the specified versions.
-