Uses of Enum Class
org.junit.platform.console.options.Theme
Packages that use Theme
Package
Description
Configuration options for JUnit's console launcher.
-
Uses of Theme in org.junit.platform.console.options
Methods in org.junit.platform.console.options that return ThemeModifier and TypeMethodDescriptionCommandLineOptions.getTheme()
static Theme
Returns the enum constant of this class with the specified name.static Theme
Returns the enum constant of this class with the specified name.static Theme[]
Theme.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.junit.platform.console.options with parameters of type Theme