public class WebStepRule extends Object implements org.junit.rules.TestRule
rule provides a mechanism for registering a web step with a specific
name.| Constructor and Description |
|---|
WebStepRule(String stepName,
de.codecentric.zucchini.web.steps.WebStep webStep)
Initializes a web step rule that registers the given
web step
with the specified name. |
| Modifier and Type | Method and Description |
|---|---|
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement base,
org.junit.runner.Description description) |
public WebStepRule(String stepName, de.codecentric.zucchini.web.steps.WebStep webStep)
web step
with the specified name.stepName - The name used to reference the step afterwards.webStep - The web step.Copyright © 2015 codecentric AG. All rights reserved.