Uses of Class
org.junit.platform.console.tasks.ColorPalette
Packages that use ColorPalette
Package
Description
Internal execution tasks for JUnit's console launcher.
-
Uses of ColorPalette in org.junit.platform.console.tasks
Fields in org.junit.platform.console.tasks declared as ColorPaletteModifier and TypeFieldDescriptionprivate final ColorPalette
FlatPrintingListener.colorPalette
private final ColorPalette
TestFeedPrintingListener.colorPalette
private final ColorPalette
TreePrinter.colorPalette
private final ColorPalette
VerboseTreePrintingListener.colorPalette
static final ColorPalette
ColorPalette.DEFAULT
static final ColorPalette
ColorPalette.NONE
static final ColorPalette
ColorPalette.SINGLE_COLOR
Methods in org.junit.platform.console.tasks that return ColorPaletteConstructors in org.junit.platform.console.tasks with parameters of type ColorPaletteModifierConstructorDescription(package private)
FlatPrintingListener
(PrintWriter out, ColorPalette colorPalette) (package private)
TestFeedPrintingListener
(PrintWriter out, ColorPalette colorPalette) (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)