Uses of Class
org.junit.platform.console.tasks.Color
-
Packages that use Color Package Description org.junit.platform.console.tasks 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 Color Modifier and Type Field Description (package private) static Color
Color. ABORTED
(package private) static Color
Color. CONTAINER
(package private) static Color
Color. DYNAMIC
(package private) static Color
Color. FAILED
(package private) static Color
Color. REPORTED
(package private) static Color
Color. SKIPPED
(package private) static Color
Color. SUCCESSFUL
(package private) static Color
Color. TEST
Methods in org.junit.platform.console.tasks that return Color Modifier and Type Method Description static Color
Color. valueOf(java.lang.String name)
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 Color Modifier and Type Method Description private java.lang.String
TreePrinter. color(Color color, java.lang.String text)
private void
VerboseTreePrintingListener. printDetail(Color color, java.lang.String detail, java.lang.String format, java.lang.Object... args)
Print single detail with a potential multi-line message.private void
VerboseTreePrintingListener. printf(Color color, java.lang.String message, java.lang.Object... args)
private void
FlatPrintingListener. println(Color color, java.lang.String message)
private void
FlatPrintingListener. println(Color color, java.lang.String format, java.lang.Object... args)
private void
FlatPrintingListener. printlnException(Color color, java.lang.Throwable throwable)
private void
FlatPrintingListener. printlnMessage(Color color, java.lang.String message, java.lang.String detail)
private void
FlatPrintingListener. printlnTestDescriptor(Color color, java.lang.String message, TestIdentifier testIdentifier)
private void
TreePrinter. printMessage(Color color, java.lang.String indent, java.lang.String message)
-