org.jbehave.web.selenium
Class SeleniumStepMonitor
java.lang.Object
org.jbehave.core.steps.DelegatingStepMonitor
org.jbehave.web.selenium.SeleniumStepMonitor
- All Implemented Interfaces:
- org.jbehave.core.steps.StepMonitor
public class SeleniumStepMonitor
- extends org.jbehave.core.steps.DelegatingStepMonitor
Decorator of StepMonitor which adds communication of current context
to ContextView.
| Fields inherited from class org.jbehave.core.steps.DelegatingStepMonitor |
delegate |
|
Method Summary |
void |
performing(java.lang.String step,
boolean dryRun)
|
| Methods inherited from class org.jbehave.core.steps.DelegatingStepMonitor |
convertedValueOfType, foundParameter, stepMatchesPattern, stepMatchesType, usingAnnotatedNameForParameter, usingNaturalOrderForParameter, usingParameterNameForParameter, usingTableAnnotatedNameForParameter, usingTableParameterNameForParameter |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SeleniumStepMonitor
public SeleniumStepMonitor(com.thoughtworks.selenium.Selenium selenium,
SeleniumContext context,
org.jbehave.core.steps.StepMonitor delegate)
SeleniumStepMonitor
public SeleniumStepMonitor(ContextView contextView,
SeleniumContext context,
org.jbehave.core.steps.StepMonitor delegate)
performing
public void performing(java.lang.String step,
boolean dryRun)
- Specified by:
performing in interface org.jbehave.core.steps.StepMonitor- Overrides:
performing in class org.jbehave.core.steps.DelegatingStepMonitor
Copyright © 2011. All Rights Reserved.