Package 

Class AndroidLogcatReporter

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

    
    public final class AndroidLogcatReporter
     implements ConcurrentEventListener
                        

    Logs information about the currently executed statements to androids logcat.

    • Constructor Summary

      Constructors 
      Constructor Description
      AndroidLogcatReporter(String logTag) Creates a new instance for the given parameters.
    • Method Summary

      Modifier and Type Method Description
      void setEventPublisher(EventPublisher publisher)
      • Methods inherited from class io.cucumber.plugin.ConcurrentEventListener

        setEventPublisher
      • Methods inherited from class java.lang.Object

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

      • AndroidLogcatReporter

        AndroidLogcatReporter(String logTag)
        Creates a new instance for the given parameters.
        Parameters:
        logTag - the tag to use for logging to logcat