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
Subclasses with type arguments of type OS in org.junit.jupiter.api.conditionModifier and TypeClassDescriptionenumEnumeration of common operating systems used for testing Java applications.Methods in org.junit.jupiter.api.condition that return OSModifier and TypeMethodDescriptionstatic @Nullable OSOS.current()Returns the current operating system, if known; otherwise,null.static OSReturns 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.