Class UnusedStepsSummaryPrinter

java.lang.Object
io.cucumber.core.plugin.UnusedStepsSummaryPrinter
All Implemented Interfaces:
io.cucumber.plugin.ColorAware, io.cucumber.plugin.ConcurrentEventListener, io.cucumber.plugin.Plugin

public final class UnusedStepsSummaryPrinter extends Object implements io.cucumber.plugin.ColorAware, io.cucumber.plugin.ConcurrentEventListener
Formatter to measure performance of steps. Includes average and median step duration.
  • Constructor Details

    • UnusedStepsSummaryPrinter

      public UnusedStepsSummaryPrinter(OutputStream out)
  • Method Details

    • setEventPublisher

      public void setEventPublisher(io.cucumber.plugin.event.EventPublisher publisher)
      Specified by:
      setEventPublisher in interface io.cucumber.plugin.ConcurrentEventListener
    • setMonochrome

      public void setMonochrome(boolean monochrome)
      Specified by:
      setMonochrome in interface io.cucumber.plugin.ColorAware