Package io.cucumber.messages.types
Class FeatureChild
- java.lang.Object
-
- io.cucumber.messages.types.FeatureChild
-
public class FeatureChild extends Object
* A child node of a `Feature` node
-
-
Constructor Summary
Constructors Constructor Description FeatureChild()No args constructor for use in serializationFeatureChild(Rule rule, Background background, Scenario scenario)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)BackgroundgetBackground()RulegetRule()ScenariogetScenario()inthashCode()voidsetBackground(Background background)voidsetRule(Rule rule)voidsetScenario(Scenario scenario)StringtoString()
-
-
-
Constructor Detail
-
FeatureChild
public FeatureChild()
No args constructor for use in serialization
-
FeatureChild
public FeatureChild(Rule rule, Background background, Scenario scenario)
- Parameters:
scenario-background-rule-
-
-
Method Detail
-
getRule
public Rule getRule()
-
setRule
public void setRule(Rule rule)
-
getBackground
public Background getBackground()
-
setBackground
public void setBackground(Background background)
-
getScenario
public Scenario getScenario()
-
setScenario
public void setScenario(Scenario scenario)
-
-