Class TestCaseDelegate

java.lang.Object
io.cucumber.core.runner.TestCaseDelegate

public class TestCaseDelegate extends Object
A wrapper for io.cucumber.plugin.event.TestCase to make it public.
  • Method Details

    • isDryRun

      public boolean isDryRun()
    • of

      public static TestCaseDelegate of(io.cucumber.plugin.event.TestCase delegate)
    • getLine

      @Deprecated public Integer getLine()
      Deprecated.
    • getLocation

      public io.cucumber.plugin.event.Location getLocation()
    • getKeyword

      public String getKeyword()
    • getName

      public String getName()
    • getScenarioDesignation

      @Deprecated public String getScenarioDesignation()
      Deprecated.
    • getTags

      public List<String> getTags()
    • getTestSteps

      public List<io.cucumber.plugin.event.TestStep> getTestSteps()
    • getUri

      public URI getUri()
    • getId

      public UUID getId()