Package io.cucumber.core.plugin
Class PrettyFormatter
java.lang.Object
io.cucumber.core.plugin.PrettyFormatter
- All Implemented Interfaces:
ColorAware,ConcurrentEventListener,Plugin
Prints a pretty report of the scenario execution as it happens.
When scenarios are executed concurrently the output will interleave. This is to be expected.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetEventPublisher(EventPublisher publisher) voidsetMonochrome(boolean monochrome) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.cucumber.plugin.ConcurrentEventListener
setEventPublisher
-
Constructor Details
-
PrettyFormatter
-
-
Method Details
-
setEventPublisher
- Specified by:
setEventPublisherin interfaceConcurrentEventListener
-
setMonochrome
public void setMonochrome(boolean monochrome) - Specified by:
setMonochromein interfaceColorAware
-