Interface TestCase


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

      • getLine

        Integer getLine()
        Returns:
        the line in the feature file of the Scenario. If this is a Scenario from Scenario Outlines this wil return the line of the example row in the Scenario Outline.
      • getKeyword

        String getKeyword()
      • getScenarioDesignation

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

        URI getUri()
      • getId

        UUID getId()