public class SeleniumStepMonitor
extends org.jbehave.core.steps.DelegatingStepMonitor
StepMonitor which adds communication of current context
to ContextView.| Constructor and Description |
|---|
SeleniumStepMonitor(ContextView contextView,
SeleniumContext context,
org.jbehave.core.steps.StepMonitor delegate) |
SeleniumStepMonitor(com.thoughtworks.selenium.Selenium selenium,
SeleniumContext context,
org.jbehave.core.steps.StepMonitor delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
performing(String step,
boolean dryRun) |
convertedValueOfType, foundParameter, stepMatchesPattern, stepMatchesType, usingAnnotatedNameForParameter, usingNaturalOrderForParameter, usingParameterNameForParameter, usingTableAnnotatedNameForParameter, usingTableParameterNameForParameterpublic SeleniumStepMonitor(com.thoughtworks.selenium.Selenium selenium,
SeleniumContext context,
org.jbehave.core.steps.StepMonitor delegate)
public SeleniumStepMonitor(ContextView contextView, SeleniumContext context, org.jbehave.core.steps.StepMonitor delegate)
public void performing(String step, boolean dryRun)
performing in interface org.jbehave.core.steps.StepMonitorperforming in class org.jbehave.core.steps.DelegatingStepMonitorCopyright © 2013. All Rights Reserved.