Uses of Class
org.junit.platform.console.output.ColorPalette
Packages that use ColorPalette
Package
Description
Commands of JUnit's console launcher.
Output printing utility classes of JUnit's console launcher.
-
Uses of ColorPalette in org.junit.platform.console.command
Methods in org.junit.platform.console.command that return ColorPalette -
Uses of ColorPalette in org.junit.platform.console.output
Fields in org.junit.platform.console.output 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_COLORConstructors in org.junit.platform.console.output with parameters of type ColorPaletteModifierConstructorDescriptionFlatPrintingListener(PrintWriter out, ColorPalette colorPalette) TestFeedPrintingListener(PrintWriter out, ColorPalette colorPalette) (package private)TreePrinter(PrintWriter out, Theme theme, ColorPalette colorPalette) TreePrintingListener(PrintWriter out, ColorPalette colorPalette, Theme theme) VerboseTreePrintingListener(PrintWriter out, ColorPalette colorPalette, int maxContainerNestingLevel, Theme theme)