public class Rule
extends Object
-
Constructor Summary
Constructors
-
Method Summary
boolean
from(io.cucumber.messages.types.Rule cucumberRule)
boolean
int
void
void
-
-
Method Details
-
from
public static Rule from(io.cucumber.messages.types.Rule cucumberRule)
-
-
setName
public void setName(String name)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
hasBackground
public boolean hasBackground()
-
-
-
-