public class RuleBackground extends Object
Constructor and Description |
---|
RuleBackground(String name,
String description,
List<String> steps) |
Modifier and Type | Method and Description |
---|---|
static RuleBackground |
from(io.cucumber.messages.types.Background background) |
String |
getDescription() |
String |
getName() |
List<String> |
getSteps() |
public static RuleBackground from(io.cucumber.messages.types.Background background)
public String getName()
public String getDescription()
Copyright © 2022. All rights reserved.