Package io.cucumber.core.plugin
Class ProgressFormatter
java.lang.Object
io.cucumber.core.plugin.ProgressFormatter
- All Implemented Interfaces:
ColorAware,ConcurrentEventListener,Plugin
Renders a rudimentary progress bar.
Each character in the bar represents either a step or hook. The status of that step or hook is indicated by the character and its color.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetEventPublisher(EventPublisher publisher) voidsetMonochrome(boolean monochrome)
-
Constructor Details
-
ProgressFormatter
-
-
Method Details
-
setMonochrome
public void setMonochrome(boolean monochrome) - Specified by:
setMonochromein interfaceColorAware
-
setEventPublisher
- Specified by:
setEventPublisherin interfaceConcurrentEventListener
-