Uses of Class
org.junit.platform.console.output.ColorPalette
Packages that use ColorPalette
Package
Description
Output printing utility classes of JUnit's console launcher.
-
Uses of ColorPalette in org.junit.platform.console.output
Fields in org.junit.platform.console.output declared as ColorPaletteModifier and TypeFieldDescriptionstatic 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) TreePrintingListener(PrintWriter out, ColorPalette colorPalette, Theme theme) VerboseTreePrintingListener(PrintWriter out, ColorPalette colorPalette, int maxContainerNestingLevel, Theme theme)