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 ColorColor. ABORTED(package private) static ColorColor. CONTAINER(package private) static ColorColor. DYNAMIC(package private) static ColorColor. FAILED(package private) static ColorColor. REPORTED(package private) static ColorColor. SKIPPED(package private) static ColorColor. SUCCESSFUL(package private) static ColorColor. TESTMethods in org.junit.platform.console.tasks that return Color Modifier and Type Method Description static ColorColor. valueOf(java.lang.String name)Returns 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 Color Modifier and Type Method Description private java.lang.StringTreePrinter. color(Color color, java.lang.String text)private voidVerboseTreePrintingListener. 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 voidVerboseTreePrintingListener. printf(Color color, java.lang.String message, java.lang.Object... args)private voidFlatPrintingListener. println(Color color, java.lang.String message)private voidFlatPrintingListener. println(Color color, java.lang.String format, java.lang.Object... args)private voidFlatPrintingListener. printlnException(Color color, java.lang.Throwable throwable)private voidFlatPrintingListener. printlnMessage(Color color, java.lang.String message, java.lang.String detail)private voidFlatPrintingListener. printlnTestDescriptor(Color color, java.lang.String message, TestIdentifier testIdentifier)private voidTreePrinter. printMessage(Color color, java.lang.String indent, java.lang.String message)
-