Class FeatureTracker

java.lang.Object
io.cucumber.core.plugin.FeatureTracker

public class FeatureTracker
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    FeatureTracker()  
  • Method Summary

    Modifier and Type Method Description
    static boolean isASingleBrowserScenario​(io.cucumber.plugin.event.TestCaseStarted event)  
    static boolean isNewFeature​(io.cucumber.plugin.event.TestCaseStarted event)  
    static void startNewFeature​(io.cucumber.plugin.event.TestCaseStarted event)  

    Methods inherited from class java.lang.Object

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

    • FeatureTracker

      public FeatureTracker()
  • Method Details

    • startNewFeature

      public static void startNewFeature​(io.cucumber.plugin.event.TestCaseStarted event)
    • isNewFeature

      public static boolean isNewFeature​(io.cucumber.plugin.event.TestCaseStarted event)
    • isASingleBrowserScenario

      public static boolean isASingleBrowserScenario​(io.cucumber.plugin.event.TestCaseStarted event)