Uses of Class
org.junit.platform.console.tasks.ColorPalette
-
Packages that use ColorPalette Package Description org.junit.platform.console.tasks 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 ColorPalette Modifier and Type Field Description private ColorPaletteFlatPrintingListener. colorPaletteprivate ColorPaletteTestFeedPrintingListener. colorPaletteprivate ColorPaletteTreePrinter. colorPaletteprivate ColorPaletteVerboseTreePrintingListener. colorPalettestatic ColorPaletteColorPalette. DEFAULTstatic ColorPaletteColorPalette. NONEstatic ColorPaletteColorPalette. SINGLE_COLORMethods in org.junit.platform.console.tasks that return ColorPalette Modifier and Type Method Description private ColorPaletteConsoleTestExecutor. getColorPalette()Constructors in org.junit.platform.console.tasks 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)
-