org.jbehave.web.selenium
Class SeleniumStepsMonitor
java.lang.Object
org.jbehave.web.selenium.SeleniumStepsMonitor
- All Implemented Interfaces:
- org.jbehave.scenario.steps.StepMonitor
public class SeleniumStepsMonitor
- extends java.lang.Object
- implements org.jbehave.scenario.steps.StepMonitor
|
Method Summary |
void |
convertedValueOfType(java.lang.String value,
java.lang.reflect.Type type,
java.lang.Object converted,
java.lang.Class<?> converterClass)
|
void |
foundArg(java.lang.String arg,
int position)
|
void |
performing(java.lang.String step)
|
void |
stepMatchesPattern(java.lang.String step,
boolean matches,
java.lang.String pattern)
|
void |
usingAnnotatedNameForArg(java.lang.String name,
int position)
|
void |
usingNaturalOrderForArg(int position)
|
void |
usingParameterNameForArg(java.lang.String name,
int position)
|
void |
usingTableAnnotatedNameForArg(java.lang.String name,
int position)
|
void |
usingTableParameterNameForArg(java.lang.String name,
int position)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SeleniumStepsMonitor
public SeleniumStepsMonitor(com.thoughtworks.selenium.Selenium selenium,
SeleniumContext seleniumContext,
org.jbehave.scenario.steps.StepMonitor delegate)
performing
public void performing(java.lang.String step)
- Specified by:
performing in interface org.jbehave.scenario.steps.StepMonitor
convertedValueOfType
public void convertedValueOfType(java.lang.String value,
java.lang.reflect.Type type,
java.lang.Object converted,
java.lang.Class<?> converterClass)
- Specified by:
convertedValueOfType in interface org.jbehave.scenario.steps.StepMonitor
stepMatchesPattern
public void stepMatchesPattern(java.lang.String step,
boolean matches,
java.lang.String pattern)
- Specified by:
stepMatchesPattern in interface org.jbehave.scenario.steps.StepMonitor
foundArg
public void foundArg(java.lang.String arg,
int position)
- Specified by:
foundArg in interface org.jbehave.scenario.steps.StepMonitor
usingAnnotatedNameForArg
public void usingAnnotatedNameForArg(java.lang.String name,
int position)
- Specified by:
usingAnnotatedNameForArg in interface org.jbehave.scenario.steps.StepMonitor
usingNaturalOrderForArg
public void usingNaturalOrderForArg(int position)
- Specified by:
usingNaturalOrderForArg in interface org.jbehave.scenario.steps.StepMonitor
usingParameterNameForArg
public void usingParameterNameForArg(java.lang.String name,
int position)
- Specified by:
usingParameterNameForArg in interface org.jbehave.scenario.steps.StepMonitor
usingTableAnnotatedNameForArg
public void usingTableAnnotatedNameForArg(java.lang.String name,
int position)
- Specified by:
usingTableAnnotatedNameForArg in interface org.jbehave.scenario.steps.StepMonitor
usingTableParameterNameForArg
public void usingTableParameterNameForArg(java.lang.String name,
int position)
- Specified by:
usingTableParameterNameForArg in interface org.jbehave.scenario.steps.StepMonitor
Copyright © 2009. All Rights Reserved.