Uses of Enum Class
org.junit.jupiter.api.condition.OS
Packages that use OS
Package
Description
Annotation-based conditions for enabling or disabling tests in JUnit Jupiter.
-
Uses of OS in org.junit.jupiter.api.condition
Fields in org.junit.jupiter.api.condition declared as OSMethods in org.junit.jupiter.api.condition that return OSModifier and TypeMethodDescriptionstatic OS
OS.current()
Get the current operating system.private static OS
OS.determineCurrentOs()
(package private) static OS
static OS
Returns the enum constant of this class with the specified name.static OS[]
OS.values()
Returns an array containing the constants of this enum class, in the order they are declared.