Uses of Class
org.junit.platform.console.options.Theme
-
Packages that use Theme Package Description org.junit.platform.console.options Configuration options for JUnit's console launcher.org.junit.platform.console.tasks 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 Theme Modifier and Type Field Description (package private) static 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 Theme Modifier and Type Method Description Theme
TestConsoleOutputOptions. getTheme()
static Theme
Theme. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Theme
Theme. 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.Methods in org.junit.platform.console.options with parameters of type Theme Modifier and Type Method Description void
TestConsoleOutputOptions. setTheme(Theme theme)
-
Uses of Theme in org.junit.platform.console.tasks
Fields in org.junit.platform.console.tasks declared as Theme Modifier and Type Field Description private Theme
TreePrinter. theme
private Theme
VerboseTreePrintingListener. theme
Constructors in org.junit.platform.console.tasks 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)
-