org.jbehave.web.selenium
Class SeleniumStepMonitor
java.lang.Object
org.jbehave.web.selenium.DelegatingStepMonitor
org.jbehave.web.selenium.SeleniumStepMonitor
- All Implemented Interfaces:
- org.jbehave.core.steps.StepMonitor
public class SeleniumStepMonitor
- extends DelegatingStepMonitor
Decorator of StepMonitor which adds communication of current context
to ContextView.
| Nested classes/interfaces inherited from interface org.jbehave.core.steps.StepMonitor |
org.jbehave.core.steps.StepMonitor.NULL |
| 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(String step,
boolean dryRun)
- Specified by:
performing in interface org.jbehave.core.steps.StepMonitor- Overrides:
performing in class DelegatingStepMonitor
Copyright © 2011. All Rights Reserved.