Package io.cucumber.messages.types
Class FeatureChild
- java.lang.Object
-
- io.cucumber.messages.types.FeatureChild
-
public final class FeatureChild extends Object
-
-
Constructor Summary
Constructors Constructor Description FeatureChild(Rule rule, Background background, Scenario scenario)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Optional<Background>getBackground()Optional<Rule>getRule()Optional<Scenario>getScenario()inthashCode()static FeatureChildof(Background background)static FeatureChildof(Rule rule)static FeatureChildof(Scenario scenario)StringtoString()
-
-
-
Constructor Detail
-
FeatureChild
public FeatureChild(Rule rule, Background background, Scenario scenario)
-
-
Method Detail
-
of
public static FeatureChild of(Rule rule)
-
of
public static FeatureChild of(Background background)
-
of
public static FeatureChild of(Scenario scenario)
-
getBackground
public Optional<Background> getBackground()
-
-