org.jbehave.core.steps
Interface StepMonitor
- All Known Implementing Classes:
- PrintStreamStepMonitor, SilentStepMonitor
public interface StepMonitor
Interface to monitor step events
- Author:
- Mauro Talevi
Method Summary |
void |
convertedValueOfType(String value,
Type type,
Object converted,
Class<?> converterClass)
|
void |
foundArg(String arg,
int position)
|
void |
performing(String step)
|
void |
stepMatchesPattern(String step,
boolean matches,
String pattern)
|
void |
usingAnnotatedNameForArg(String name,
int position)
|
void |
usingNaturalOrderForArg(int position)
|
void |
usingParameterNameForArg(String name,
int position)
|
void |
usingTableAnnotatedNameForArg(String name,
int position)
|
void |
usingTableParameterNameForArg(String name,
int position)
|
stepMatchesPattern
void stepMatchesPattern(String step,
boolean matches,
String pattern)
convertedValueOfType
void convertedValueOfType(String value,
Type type,
Object converted,
Class<?> converterClass)
performing
void performing(String step)
usingAnnotatedNameForArg
void usingAnnotatedNameForArg(String name,
int position)
usingParameterNameForArg
void usingParameterNameForArg(String name,
int position)
usingTableAnnotatedNameForArg
void usingTableAnnotatedNameForArg(String name,
int position)
usingTableParameterNameForArg
void usingTableParameterNameForArg(String name,
int position)
usingNaturalOrderForArg
void usingNaturalOrderForArg(int position)
foundArg
void foundArg(String arg,
int position)
Copyright © 2003-2010. All Rights Reserved.