Interface TestCase


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

      • 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()
      • getScenarioDesignation

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

        URI getUri()
      • getId

        UUID getId()