public class MatchingStepMonitor extends DelegatingStepMonitor
Modifier and Type | Class and Description |
---|---|
static class |
MatchingStepMonitor.StepMatch |
delegate
Constructor and Description |
---|
MatchingStepMonitor(StepMonitor delegate) |
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, usingStepsContextParameter, usingTableAnnotatedNameForParameter, usingTableParameterNameForParameter
public MatchingStepMonitor(StepMonitor delegate)
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 DelegatingStepMonitor
Copyright © 2003–2016. All rights reserved.