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 VersionRange
AbstractRemoteTestNGFactory. 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 VersionRange
RemoteTestNGFactory6_12. RANGE
Methods in org.testng.remote.support that return VersionRange Modifier and Type Method Description protected VersionRange
RemoteTestNGFactory6_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 VersionRange
VersionRange. intersection(VersionRange... ranges)
Returns the intersection of this version range with the specified version ranges.static VersionRange
VersionRange. valueOf(java.lang.String range)
Returns aVersionRange
object holding the version range in the specifiedString
.Methods in org.testng.shaded.osgi.framework with parameters of type VersionRange Modifier and Type Method Description VersionRange
VersionRange. intersection(VersionRange... ranges)
Returns the intersection of this version range with the specified version ranges.
-