Uses of Class
org.junit.platform.console.output.Theme
-
Packages that use Theme Package Description org.junit.platform.console.options Command-line option utility classes of JUnit's console launcher.org.junit.platform.console.output 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 Theme Modifier and Type Field Description (package private) static ThemeTestConsoleOutputOptions. DEFAULT_THEMEprivate ThemeTestConsoleOutputOptions. themeprivate ThemeTestConsoleOutputOptionsMixin.ConsoleOutputOptions. themeprivate ThemeTestConsoleOutputOptionsMixin.ConsoleOutputOptions. theme2Methods in org.junit.platform.console.options that return Theme Modifier and Type Method Description ThemeTestConsoleOutputOptions. getTheme()Methods in org.junit.platform.console.options with parameters of type Theme Modifier and Type Method Description voidTestConsoleOutputOptions. setTheme(Theme theme) -
Uses of Theme in org.junit.platform.console.output
Fields in org.junit.platform.console.output declared as Theme Modifier and Type Field Description private ThemeTreePrinter. themeprivate ThemeVerboseTreePrintingListener. themeMethods in org.junit.platform.console.output that return Theme Modifier and Type Method Description static ThemeTheme. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ThemeTheme. valueOf(java.nio.charset.Charset charset)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.Constructors in org.junit.platform.console.output with parameters of type Theme Constructor Description TreePrinter(java.io.PrintWriter out, Theme theme, ColorPalette colorPalette)TreePrintingListener(java.io.PrintWriter out, ColorPalette colorPalette, Theme theme)VerboseTreePrintingListener(java.io.PrintWriter out, ColorPalette colorPalette, int maxContainerNestingLevel, Theme theme)
-