Package io.cucumber.core.plugin
Class NoPublishFormatter
java.lang.Object
io.cucumber.core.plugin.NoPublishFormatter
- All Implemented Interfaces:
io.cucumber.plugin.ColorAware,io.cucumber.plugin.ConcurrentEventListener,io.cucumber.plugin.Plugin
public final class NoPublishFormatter
extends Object
implements io.cucumber.plugin.ConcurrentEventListener, io.cucumber.plugin.ColorAware
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetEventPublisher(io.cucumber.plugin.event.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
-
NoPublishFormatter
public NoPublishFormatter()
-
-
Method Details
-
setMonochrome
public void setMonochrome(boolean monochrome) - Specified by:
setMonochromein interfaceio.cucumber.plugin.ColorAware
-
setEventPublisher
public void setEventPublisher(io.cucumber.plugin.event.EventPublisher publisher) - Specified by:
setEventPublisherin interfaceio.cucumber.plugin.ConcurrentEventListener
-