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
Methods in org.junit.jupiter.api.condition that return JREModifier and TypeMethodDescriptionstatic JREJRE.currentJre()static JREJRE.currentVersion()Deprecated.static JREReturns 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()