Package io.cucumber.prettyformatter
Class Theme
java.lang.Object
io.cucumber.prettyformatter.Theme
An ANSI theme for the pretty formatter.
The theme consists of a collection of stylable elements.
For each element an ansi style is declared. The ansi style
consists of two escape sequences that are wrapped around the text of stylable
element.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic enumAll style-able elements in a theme. -
Method Summary
-
Method Details
-
cucumber
The default Cucumber theme. -
none
Empty theme that does not apply any styling to the output. -
plain
A plain text theme. Does not use any ANSI. -
builder
Creates a new builder to construct a theme.
-