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
TestConsoleOutputOptions.DEFAULT_THEME
private Theme
TestConsoleOutputOptions.theme
private Theme
TestConsoleOutputOptionsMixin.ConsoleOutputOptions.theme
private Theme
TestConsoleOutputOptionsMixin.ConsoleOutputOptions.theme2
Methods in org.junit.platform.console.options that return ThemeModifier and TypeMethodDescriptionTestConsoleOutputOptions.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, ColorPalette colorPalette) (package private)
TreePrintingListener
(PrintWriter out, ColorPalette colorPalette, Theme theme) (package private)
VerboseTreePrintingListener
(PrintWriter out, ColorPalette colorPalette, int maxContainerNestingLevel, Theme theme)