cucumber.runtime
Interface HookDefinition


public interface HookDefinition


Method Summary
 void execute(ScenarioResult scenarioResult)
           
 int getOrder()
           
 boolean matches(java.util.Collection<java.lang.String> tags)
           
 

Method Detail

execute

void execute(ScenarioResult scenarioResult)
             throws java.lang.Throwable
Throws:
java.lang.Throwable

matches

boolean matches(java.util.Collection<java.lang.String> tags)

getOrder

int getOrder()