public class MatchingStepMonitor extends NullStepMonitor
Modifier and Type | Class and Description |
---|---|
static class |
MatchingStepMonitor.StepMatch |
Constructor and Description |
---|
MatchingStepMonitor() |
Modifier and Type | Method and Description |
---|---|
List<MatchingStepMonitor.StepMatch> |
matched() |
void |
stepMatchesPattern(String step,
boolean matches,
StepPattern pattern,
Method method,
Object stepsInstance) |
convertedValueOfType, foundParameter, performing, stepMatchesType, usingAnnotatedNameForParameter, usingNaturalOrderForParameter, usingParameterNameForParameter, usingTableAnnotatedNameForParameter, usingTableParameterNameForParameter
public List<MatchingStepMonitor.StepMatch> matched()
public void stepMatchesPattern(String step, boolean matches, StepPattern pattern, Method method, Object stepsInstance)
stepMatchesPattern
in interface StepMonitor
stepMatchesPattern
in class NullStepMonitor
Copyright © 2003–2015. All rights reserved.