Package io.cucumber.plugin.event
Interface Node.Examples
-
- All Superinterfaces:
Node
,Node.Container<Node.Example>
- Enclosing interface:
- Node
public static interface Node.Examples extends Node, Node.Container<Node.Example>
An examples section has a keyword and optionally a name.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.cucumber.plugin.event.Node
Node.Container<T extends Node>, Node.Example, Node.Examples, Node.Feature, Node.Rule, Node.Scenario, Node.ScenarioOutline
-
-
Method Summary
-
Methods inherited from interface io.cucumber.plugin.event.Node
getKeyword, getLocation, getName, map
-
Methods inherited from interface io.cucumber.plugin.event.Node.Container
elements, findPathTo
-
-