Uses of Enum
org.junit.platform.console.output.Theme
Packages that use Theme
Package
Description
Command-line option utility classes of JUnit's console launcher.
Output printing utility classes of 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 ThemeTestConsoleOutputOptions.DEFAULT_THEMEprivate ThemeTestConsoleOutputOptions.themeprivate ThemeTestConsoleOutputOptionsMixin.ConsoleOutputOptions.themeprivate ThemeTestConsoleOutputOptionsMixin.ConsoleOutputOptions.theme2Methods in org.junit.platform.console.options that return ThemeMethods in org.junit.platform.console.options with parameters of type Theme -
Uses of Theme in org.junit.platform.console.output
Subclasses with type arguments of type Theme in org.junit.platform.console.outputFields in org.junit.platform.console.output declared as ThemeModifier and TypeFieldDescriptionprivate final ThemeTreePrinter.themeprivate final ThemeVerboseTreePrintingListener.themeMethods in org.junit.platform.console.output that return ThemeModifier and TypeMethodDescriptionstatic ThemeReturns the enum constant of this type with the specified name.static ThemeReturns 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.Constructors in org.junit.platform.console.output with parameters of type ThemeModifierConstructorDescription(package private)TreePrinter(PrintWriter out, Theme theme, ColorPalette colorPalette) TreePrintingListener(PrintWriter out, ColorPalette colorPalette, Theme theme) VerboseTreePrintingListener(PrintWriter out, ColorPalette colorPalette, int maxContainerNestingLevel, Theme theme)