Class VitamReporter

  • All Implemented Interfaces:
    io.cucumber.plugin.ConcurrentEventListener, io.cucumber.plugin.Plugin

    public class VitamReporter
    extends java.lang.Object
    implements io.cucumber.plugin.ConcurrentEventListener
    • Constructor Summary

      Constructors 
      Constructor Description
      VitamReporter​(java.io.OutputStream out)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setEventPublisher​(io.cucumber.plugin.event.EventPublisher publisher)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VitamReporter

        public VitamReporter​(java.io.OutputStream out)
    • Method Detail

      • setEventPublisher

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