Uses of Class
org.junit.platform.console.output.ColorPalette
-
Packages that use ColorPalette Package Description org.junit.platform.console.command Commands of JUnit's console launcher.org.junit.platform.console.output 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 Modifier and Type Method Description private ColorPaletteConsoleTestExecutor. getColorPalette() -
Uses of ColorPalette in org.junit.platform.console.output
Fields in org.junit.platform.console.output declared as ColorPalette Modifier and Type Field Description private ColorPaletteFlatPrintingListener. colorPaletteprivate ColorPaletteTestFeedPrintingListener. colorPaletteprivate ColorPaletteTreePrinter. colorPaletteprivate ColorPaletteVerboseTreePrintingListener. colorPalettestatic ColorPaletteColorPalette. DEFAULTstatic ColorPaletteColorPalette. NONEstatic ColorPaletteColorPalette. SINGLE_COLORConstructors in org.junit.platform.console.output with parameters of type ColorPalette Constructor Description FlatPrintingListener(java.io.PrintWriter out, ColorPalette colorPalette)TestFeedPrintingListener(java.io.PrintWriter out, ColorPalette colorPalette)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)
-