Uses of Enum Class
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
Methods 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.outputMethods in org.junit.platform.console.output that return ThemeModifier and TypeMethodDescriptionstatic 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.Constructors in org.junit.platform.console.output with parameters of type ThemeModifierConstructorDescriptionTreePrintingListener
(PrintWriter out, ColorPalette colorPalette, Theme theme) VerboseTreePrintingListener
(PrintWriter out, ColorPalette colorPalette, int maxContainerNestingLevel, Theme theme)