Package io.cucumber.prettyformatter
Class MessagesToSummaryWriter.Builder
java.lang.Object
io.cucumber.prettyformatter.MessagesToSummaryWriter.Builder
- Enclosing class:
- MessagesToSummaryWriter
-
Method Summary
Modifier and TypeMethodDescriptionbuild(OutputStream out) removeUriPrefix(String prefix) Removes a given prefix from all URI locations.Adds a theme to the summary writer.
-
Method Details
-
theme
Adds a theme to the summary writer. -
removeUriPrefix
Removes a given prefix from all URI locations.The typical usage would be to trim the current working directory. This makes the report more readable.
-
build
-