Uses of Enum
org.junit.platform.console.options.Theme
Packages that use Theme
Package
Description
Configuration options for JUnit's console launcher.
Internal execution tasks for JUnit's console launcher.
-
Uses of Theme in org.junit.platform.console.options
Fields in org.junit.platform.console.options declared as ThemeModifier and TypeFieldDescription(package private) static final Theme
CommandLineOptions.DEFAULT_THEME
private Theme
AvailableOptions.theme
private Theme
CommandLineOptions.theme
private Theme
AvailableOptions.theme2
Methods in org.junit.platform.console.options that return ThemeModifier and TypeMethodDescriptionCommandLineOptions.getTheme()
static Theme
Returns the enum constant of this type with the specified name.static Theme
Returns the enum constant of this type with the specified name.static Theme[]
Theme.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.junit.platform.console.options with parameters of type Theme -
Uses of Theme in org.junit.platform.console.tasks
Fields in org.junit.platform.console.tasks declared as ThemeModifier and TypeFieldDescriptionprivate final Theme
TreePrinter.theme
private final Theme
VerboseTreePrintingListener.theme
Constructors in org.junit.platform.console.tasks with parameters of type ThemeModifierConstructorDescription(package private)
TreePrinter
(PrintWriter out, Theme theme, boolean disableAnsiColors) (package private)
TreePrintingListener
(PrintWriter out, boolean disableAnsiColors, Theme theme) (package private)
VerboseTreePrintingListener
(PrintWriter out, boolean disableAnsiColors, int maxContainerNestingLevel, Theme theme)