Interface Feature

All Superinterfaces:
io.cucumber.plugin.event.Node, io.cucumber.plugin.event.Node.Container<io.cucumber.plugin.event.Node>, io.cucumber.plugin.event.Node.Feature

public interface Feature extends io.cucumber.plugin.event.Node.Feature
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.cucumber.plugin.event.Node

    io.cucumber.plugin.event.Node.Container<T extends io.cucumber.plugin.event.Node>, io.cucumber.plugin.event.Node.Example, io.cucumber.plugin.event.Node.Examples, io.cucumber.plugin.event.Node.Feature, io.cucumber.plugin.event.Node.Rule, io.cucumber.plugin.event.Node.Scenario, io.cucumber.plugin.event.Node.ScenarioOutline
  • Method Summary

    Modifier and Type
    Method
    Description
     
    getPickleAt(io.cucumber.plugin.event.Node node)
     
     
     

    Methods inherited from interface io.cucumber.plugin.event.Node

    getKeyword, getLocation, getName, getParent, getUri, map

    Methods inherited from interface io.cucumber.plugin.event.Node.Container

    elements, findPathTo
  • Method Details

    • getPickleAt

      Pickle getPickleAt(io.cucumber.plugin.event.Node node)
    • getPickles

      List<Pickle> getPickles()
    • getSource

      String getSource()
    • getParseEvents

      Iterable<?> getParseEvents()