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 Color
Color.ABORTED
(package private) static final Color
Color.CONTAINER
(package private) static final Color
Color.DYNAMIC
(package private) static final Color
Color.FAILED
(package private) static final Color
Color.REPORTED
(package private) static final Color
Color.SKIPPED
(package private) static final Color
Color.SUCCESSFUL
(package private) static final Color
Color.TEST
Methods in org.junit.platform.console.tasks that return ColorModifier and TypeMethodDescriptionstatic Color
Returns the enum constant of this type with the specified name.(package private) static Color
Color.valueOf
(TestExecutionResult result) Returns the enum constant of this type with the specified name.(package private) static Color
Color.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 String
private void
VerboseTreePrintingListener.printDetail
(Color color, String detail, String format, Object... args) Print single detail with a potential multi-line message.private void
private void
private void
private void
FlatPrintingListener.printlnException
(Color color, Throwable throwable) private void
FlatPrintingListener.printlnMessage
(Color color, String message, String detail) private void
FlatPrintingListener.printlnTestDescriptor
(Color color, String message, TestIdentifier testIdentifier) private void
TreePrinter.printMessage
(Color color, String indent, String message)