Uses of Enum
org.junit.jupiter.api.condition.JRE
Packages that use JRE
Package
Description
Annotation-based conditions for enabling or disabling tests in JUnit Jupiter.
-
Uses of JRE in org.junit.jupiter.api.condition
Fields in org.junit.jupiter.api.condition declared as JREMethods in org.junit.jupiter.api.condition that return JREModifier and TypeMethodDescriptionstatic JRE
JRE.currentVersion()
private static JRE
JRE.determineCurrentVersion()
static JRE
Returns the enum constant of this type with the specified name.static JRE[]
JRE.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.junit.jupiter.api.condition with parameters of type JREModifier and TypeMethodDescription(package private) static boolean
JRE.isCurrentVersionWithinRange
(JRE min, JRE max)