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 VersionRemoteArgs. versionMethods in org.testng.remote that return Version Modifier and Type Method Description VersionRemoteArgs.VersionConverter. convert(java.lang.String value)private static VersionRemoteTestNG. getTestNGVersion()Get the version of TestNG on classpath.private static VersionRemoteTestNG. parseVersionFromManifest()Parse the version from MANIFEST.MFprivate static VersionRemoteTestNG. parseVersionFromPom()Parse the version from pom.properties.(package private) static VersionRemoteTestNG. toVersion(java.lang.String strVer)Methods in org.testng.remote with parameters of type Version Modifier and Type Method Description booleanAbstractRemoteTestNGFactory. 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 booleanRemoteTestNGFactory. accept(Version version)static RemoteTestNGFactoryServiceLoaderHelper. getFirst(Version version)static RemoteTestNGFactoryServiceLoaderHelper. 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 VersionVersion. emptyVersionThe empty version "0.0.0".private VersionVersionRange. leftprivate VersionVersionRange. rightMethods in org.testng.shaded.osgi.framework that return Version Modifier and Type Method Description VersionVersionRange. getLeft()Returns the left endpoint of this version range.VersionVersionRange. getRight()Returns the right endpoint of this version range.static VersionVersion. parseVersion(java.lang.String version)Parses a version identifier from the specified string.private static VersionVersionRange. parseVersion(java.lang.String version, java.lang.String range)Parse version component into a Version.static VersionVersion. valueOf(java.lang.String version)Returns aVersionobject holding the version identifier in the specifiedString.Methods in org.testng.shaded.osgi.framework with parameters of type Version Modifier and Type Method Description intVersion. compareTo(Version other)Compares thisVersionobject to anotherVersion.booleanVersionRange. 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.
-