Uses of Enum
org.junit.platform.console.tasks.Style
Packages that use Style
Package
Description
Internal execution tasks for JUnit's console launcher.
-
Uses of Style in org.junit.platform.console.tasks
Fields in org.junit.platform.console.tasks with type parameters of type StyleMethods in org.junit.platform.console.tasks that return StyleModifier and TypeMethodDescriptionstatic Style
Returns the enum constant of this type with the specified name.(package private) static Style
Style.valueOf
(TestExecutionResult result) Returns the enum constant of this type with the specified name.(package private) static Style
Style.valueOf
(TestIdentifier testIdentifier) Returns the enum constant of this type with the specified name.static Style[]
Style.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.junit.platform.console.tasks that return types with arguments of type StyleModifier and TypeMethodDescriptionColorPalette.defaultPalette()
ColorPalette.singleColorPalette()
ColorPalette.toOverrideMap
(Properties properties) Methods in org.junit.platform.console.tasks with parameters of type StyleModifier and TypeMethodDescriptionprivate String
private String
ColorPalette.getAnsiFormatter
(Style style) private void
VerboseTreePrintingListener.printDetail
(Style style, 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
(Style style, Throwable throwable) private void
FlatPrintingListener.printlnMessage
(Style style, String message, String detail) private void
FlatPrintingListener.printlnTestDescriptor
(Style style, String message, TestIdentifier testIdentifier) private void
TreePrinter.printMessage
(Style style, String indent, String message) Constructor parameters in org.junit.platform.console.tasks with type arguments of type StyleModifierConstructorDescriptionColorPalette
(Map<Style, String> overrides) private
ColorPalette
(Map<Style, String> colorsToAnsiSequences, boolean disableAnsiColors)