Uses of Class
org.testng.shaded.osgi.framework.VersionRange
-
Packages that use VersionRange Package Description org.testng.remote org.testng.remote.support org.testng.shaded.osgi.framework -
-
Uses of VersionRange in org.testng.remote
Methods in org.testng.remote that return VersionRange Modifier and Type Method Description protected abstract VersionRangeAbstractRemoteTestNGFactory. getAcceptableVersions() -
Uses of VersionRange in org.testng.remote.support
Fields in org.testng.remote.support declared as VersionRange Modifier and Type Field Description private static VersionRangeRemoteTestNGFactory6_12. RANGEMethods in org.testng.remote.support that return VersionRange Modifier and Type Method Description protected VersionRangeRemoteTestNGFactory6_12. getAcceptableVersions() -
Uses of VersionRange in org.testng.shaded.osgi.framework
Methods in org.testng.shaded.osgi.framework that return VersionRange Modifier and Type Method Description VersionRangeVersionRange. intersection(VersionRange... ranges)Returns the intersection of this version range with the specified version ranges.static VersionRangeVersionRange. valueOf(java.lang.String range)Returns aVersionRangeobject holding the version range in the specifiedString.Methods in org.testng.shaded.osgi.framework with parameters of type VersionRange Modifier and Type Method Description VersionRangeVersionRange. intersection(VersionRange... ranges)Returns the intersection of this version range with the specified version ranges.
-