Uses of Enum
org.junit.platform.console.tasks.Color
Packages that use Color
Package
Description
Internal execution tasks for JUnit's console launcher.
-
Uses of Color in org.junit.platform.console.tasks
Fields in org.junit.platform.console.tasks declared as ColorModifier and TypeFieldDescription(package private) static final ColorColor.ABORTED(package private) static final ColorColor.CONTAINER(package private) static final ColorColor.DYNAMIC(package private) static final ColorColor.FAILED(package private) static final ColorColor.REPORTED(package private) static final ColorColor.SKIPPED(package private) static final ColorColor.SUCCESSFUL(package private) static final ColorColor.TESTMethods in org.junit.platform.console.tasks that return ColorModifier and TypeMethodDescriptionstatic ColorReturns the enum constant of this type with the specified name.(package private) static ColorColor.valueOf(TestExecutionResult result) Returns the enum constant of this type with the specified name.(package private) static ColorColor.valueOf(TestIdentifier testIdentifier) Returns the enum constant of this type with the specified name.static Color[]Color.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.junit.platform.console.tasks with parameters of type ColorModifier and TypeMethodDescriptionprivate Stringprivate voidVerboseTreePrintingListener.printDetail(Color color, String detail, String format, Object... args) Print single detail with a potential multi-line message.private voidprivate voidprivate voidprivate voidFlatPrintingListener.printlnException(Color color, Throwable throwable) private voidFlatPrintingListener.printlnMessage(Color color, String message, String detail) private voidFlatPrintingListener.printlnTestDescriptor(Color color, String message, TestIdentifier testIdentifier) private voidTreePrinter.printMessage(Color color, String indent, String message)