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 ColorPaletteFlatPrintingListener.colorPaletteprivate final ColorPaletteTestFeedPrintingListener.colorPaletteprivate final ColorPaletteTreePrinter.colorPaletteprivate final ColorPaletteVerboseTreePrintingListener.colorPalettestatic final ColorPaletteColorPalette.DEFAULTstatic final ColorPaletteColorPalette.NONEstatic final ColorPaletteColorPalette.SINGLE_COLORMethods 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)