public class Steps
extends java.lang.Object
| Constructor and Description |
|---|
Steps() |
| Modifier and Type | Method and Description |
|---|---|
void |
executingTheFollowingCode(java.lang.String expression) |
void |
importDependency(io.cucumber.java.Scenario scenario) |
void |
registerAsFollows(java.lang.String registers) |
void |
reset() |
void |
the_result_should_be(java.lang.String expression) |
void |
theFollowingBeanDefinition(java.lang.String sourceCode) |
void |
theFollowingDeclarations(java.lang.String declarations) |
void |
value_of_should_be(java.lang.String field,
java.lang.String expression) |
public void reset()
@Given(value="the following bean definition:") @Given(value="the following class definition:") public void theFollowingBeanDefinition(java.lang.String sourceCode)
@When(value="evaluating the following code:") public void executingTheFollowingCode(java.lang.String expression)
@Given(value="the following declarations:") public void theFollowingDeclarations(java.lang.String declarations)
@And(value="register as follows:") @And(value="execute as follows:") public void registerAsFollows(java.lang.String registers)
public void importDependency(io.cucumber.java.Scenario scenario)
@Then(value="the result should be:") public void the_result_should_be(java.lang.String expression)
@Then(value="the field {string} should be:")
public void value_of_should_be(java.lang.String field,
java.lang.String expression)