Uses of Enum Class
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
Subclasses with type arguments of type JRE in org.junit.jupiter.api.conditionModifier and TypeClassDescriptionenum
Enumeration of Java Runtime Environment (JRE) versions.Methods in org.junit.jupiter.api.condition that return JREModifier and TypeMethodDescriptionstatic JRE
JRE.currentJre()
static JRE
JRE.currentVersion()
Deprecated.static JRE
Returns the enum constant of this class with the specified name.static JRE[]
JRE.values()
Returns an array containing the constants of this enum class, in the order they are declared.
currentJre()