Uses of Enum
org.junit.platform.console.output.Style
Packages that use Style
Package
Description
Output printing utility classes of JUnit's console launcher.
-
Uses of Style in org.junit.platform.console.output
Subclasses with type arguments of type Style in org.junit.platform.console.outputFields in org.junit.platform.console.output with type parameters of type StyleMethods in org.junit.platform.console.output that return StyleModifier and TypeMethodDescriptionstatic StyleReturns the enum constant of this type with the specified name.(package private) static StyleStyle.valueOf(TestExecutionResult result) Returns the enum constant of this type with the specified name.(package private) static StyleStyle.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.output that return types with arguments of type StyleModifier and TypeMethodDescriptionColorPalette.defaultPalette()ColorPalette.singleColorPalette()ColorPalette.toOverrideMap(Properties properties) Methods in org.junit.platform.console.output with parameters of type StyleModifier and TypeMethodDescriptionprivate Stringprivate StringColorPalette.getAnsiFormatter(Style style) private voidVerboseTreePrintingListener.printDetail(Style style, String detail, String format, Object... args) Print single detail with a potential multi-line message.private voidprivate voidprivate voidprivate voidFlatPrintingListener.printlnException(Style style, Throwable throwable) private voidFlatPrintingListener.printlnMessage(Style style, String message, String detail) private voidFlatPrintingListener.printlnTestDescriptor(Style style, String message, TestIdentifier testIdentifier) private voidTreePrinter.printMessage(Style style, String indent, String message) Constructor parameters in org.junit.platform.console.output with type arguments of type StyleModifierConstructorDescriptionColorPalette(Map<Style, String> overrides) privateColorPalette(Map<Style, String> colorsToAnsiSequences, boolean disableAnsiColors)