Package io.cucumber.core.plugin
Class UnusedStepsSummaryPrinter
- java.lang.Object
-
- io.cucumber.core.plugin.UnusedStepsSummaryPrinter
-
- All Implemented Interfaces:
ColorAware,EventListener,Plugin,SummaryPrinter
public class UnusedStepsSummaryPrinter extends Object implements ColorAware, EventListener, SummaryPrinter
-
-
Constructor Summary
Constructors Constructor Description UnusedStepsSummaryPrinter(Appendable out)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetEventPublisher(EventPublisher publisher)voidsetMonochrome(boolean monochrome)
-
-
-
Constructor Detail
-
UnusedStepsSummaryPrinter
public UnusedStepsSummaryPrinter(Appendable out)
-
-
Method Detail
-
setEventPublisher
public void setEventPublisher(EventPublisher publisher)
- Specified by:
setEventPublisherin interfaceEventListener
-
setMonochrome
public void setMonochrome(boolean monochrome)
- Specified by:
setMonochromein interfaceColorAware
-
-