Package io.cucumber.prettyformatter
Class MessagesToProgressWriter.Builder
java.lang.Object
io.cucumber.prettyformatter.MessagesToProgressWriter.Builder
- Enclosing class:
- MessagesToProgressWriter
-
Method Summary
Modifier and TypeMethodDescriptionbuild(OutputStream out) maxWidth(int maxWidth) Sets the max width in characters of a progress line.Adds a theme to the progress writer.
-
Method Details
-
theme
Adds a theme to the progress writer. -
maxWidth
Sets the max width in characters of a progress line.Defaults to 80
-
build
-