Interface TestCase


@API(status=STABLE) public interface TestCase
  • Method Details

    • getLine

      @Deprecated Integer getLine()
      Deprecated.
      Returns the line of this Scenario in the feature file. If this Scenario is an example in a Scenario Outline the method wil return the line of the example.
      Returns:
      the line of this scenario.
    • getLocation

      Location getLocation()
      Returns the location of this Scenario in the feature file. If this Scenario is an example in a Scenario Outline the method wil return the location of the example.
      Returns:
      the location of this scenario.
    • getKeyword

      String getKeyword()
    • getName

      String getName()
    • getScenarioDesignation

      @Deprecated String getScenarioDesignation()
      Deprecated.
      use other accessor to reconstruct the scenario designation
    • getTags

      List<String> getTags()
    • getTestSteps

      List<TestStep> getTestSteps()
    • getUri

      URI getUri()
    • getId

      UUID getId()