public abstract class SimpleMatcher extends BaseMatcher
| Constructor and Description |
|---|
SimpleMatcher() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isComplex() |
boolean |
matches(CucumberScenarioResult result,
DataDimension filter) |
abstract boolean |
matches(CucumberScenarioResult result,
String expression) |
create, stringMatchespublic boolean isComplex()
public abstract boolean matches(CucumberScenarioResult result, String expression)
public boolean matches(CucumberScenarioResult result, DataDimension filter)
Copyright © 2013-2016. All Rights Reserved.