Uses of Interface
cucumber.runtime.HookDefinition

Packages that use HookDefinition
cucumber.runtime   
 

Uses of HookDefinition in cucumber.runtime
 

Methods in cucumber.runtime that return types with arguments of type HookDefinition
 List<HookDefinition> RuntimeGlue.getAfterHooks()
           
 List<HookDefinition> Glue.getAfterHooks()
           
 List<HookDefinition> RuntimeGlue.getBeforeHooks()
           
 List<HookDefinition> Glue.getBeforeHooks()
           
 

Methods in cucumber.runtime with parameters of type HookDefinition
 void RuntimeGlue.addAfterHook(HookDefinition hookDefinition)
           
 void Glue.addAfterHook(HookDefinition hookDefinition)
           
 void RuntimeGlue.addBeforeHook(HookDefinition hookDefinition)
           
 void Glue.addBeforeHook(HookDefinition hookDefinition)
           
 int HookComparator.compare(HookDefinition hook1, HookDefinition hook2)
           
 



Copyright © 2012. All Rights Reserved.