Interface Pickle


  • public interface Pickle
    • Method Detail

      • getKeyword

        String getKeyword()
      • getLanguage

        String getLanguage()
      • getLocation

        Location getLocation()
        Returns the location in feature file of the Scenario this pickle was created from. If this pickle was created from a Scenario Outline this location is the location in the Example section used to fill in the place holders.
        Returns:
        location in the feature file
      • getScenarioLocation

        Location getScenarioLocation()
        Returns the location in feature file of the Scenario this pickle was created from. If this pickle was created from a Scenario Outline this location is that of the Scenario
        Returns:
        location in the feature file
      • getUri

        URI getUri()