org.jbehave.web.selenium
Class SeleniumStepMonitor

java.lang.Object
  extended by org.jbehave.core.steps.DelegatingStepMonitor
      extended by 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.


Field Summary
 
Fields inherited from class org.jbehave.core.steps.DelegatingStepMonitor
delegate
 
Constructor Summary
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)
           
 
Method Summary
 void performing(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
 

Constructor Detail

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)
Method Detail

performing

public void performing(String step,
                       boolean dryRun)
Specified by:
performing in interface org.jbehave.core.steps.StepMonitor
Overrides:
performing in class org.jbehave.core.steps.DelegatingStepMonitor


Copyright © 2012. All Rights Reserved.