Class ClasspathAlignmentChecker
java.lang.Object
org.junit.platform.launcher.core.ClasspathAlignmentChecker
- Since:
- 1.12
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static Optional<org.junit.platform.commons.JUnitException> check(LinkageError error) (package private) static Optional<org.junit.platform.commons.JUnitException> check(LinkageError error, Function<String, Package> packageLookup) private static PackagegetPackage(String name) private static StringplatformToJupiterVersion(String version)
-
Field Details
-
WELL_KNOWN_PACKAGES
-
-
Constructor Details
-
ClasspathAlignmentChecker
ClasspathAlignmentChecker()
-
-
Method Details
-
check
-
check
static Optional<org.junit.platform.commons.JUnitException> check(LinkageError error, Function<String, Package> packageLookup) -
platformToJupiterVersion
-
getPackage
-