|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcucumber.runtime.java.JavaHookDefinition
public class JavaHookDefinition
Constructor Summary | |
---|---|
JavaHookDefinition(java.lang.reflect.Method method,
java.lang.String[] tagExpressions,
int order,
ObjectFactory objectFactory)
|
Method Summary | |
---|---|
void |
execute(cucumber.runtime.ScenarioResult scenarioResult)
|
int |
getOrder()
|
boolean |
matches(java.util.Collection<java.lang.String> tags)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JavaHookDefinition(java.lang.reflect.Method method, java.lang.String[] tagExpressions, int order, ObjectFactory objectFactory)
Method Detail |
---|
public void execute(cucumber.runtime.ScenarioResult scenarioResult) throws java.lang.Throwable
execute
in interface cucumber.runtime.HookDefinition
java.lang.Throwable
public boolean matches(java.util.Collection<java.lang.String> tags)
matches
in interface cucumber.runtime.HookDefinition
public int getOrder()
getOrder
in interface cucumber.runtime.HookDefinition
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |