Uses of Class
com.thoughtworks.gauge.hook.Hook
-
Packages that use Hook Package Description com.thoughtworks.gauge.execution com.thoughtworks.gauge.hook com.thoughtworks.gauge.processor com.thoughtworks.gauge.registry -
-
Uses of Hook in com.thoughtworks.gauge.execution
Constructor parameters in com.thoughtworks.gauge.execution with type arguments of type Hook Constructor Description HookExecutionStage(List<Hook> execHooks, ClassInstanceManager manager)HooksExecutor(List<Hook> hooks, ExecutionContext executionInfo, ClassInstanceManager manager) -
Uses of Hook in com.thoughtworks.gauge.hook
Methods in com.thoughtworks.gauge.hook with parameters of type Hook Modifier and Type Method Description intHook. compareTo(Hook h) -
Uses of Hook in com.thoughtworks.gauge.processor
Method parameters in com.thoughtworks.gauge.processor with type arguments of type Hook Modifier and Type Method Description Messages.MessageMethodExecutionMessageProcessor. executeHooks(List<Hook> hooks, Messages.Message message, ExecutionContext executionInfo) -
Uses of Hook in com.thoughtworks.gauge.registry
Methods in com.thoughtworks.gauge.registry that return types with arguments of type Hook Modifier and Type Method Description static List<Hook>HooksRegistry. getAfterClassStepsHooksOfClass(Class<?> aClass)static List<Hook>HooksRegistry. getAfterScenarioHooks()static List<Hook>HooksRegistry. getAfterSpecHooks()static List<Hook>HooksRegistry. getAfterStepHooks()static List<Hook>HooksRegistry. getAfterSuiteHooks()static List<Hook>HooksRegistry. getBeforeClassStepsHooksOfClass(Class<?> aClass)static List<Hook>HooksRegistry. getBeforeScenarioHooks()static List<Hook>HooksRegistry. getBeforeSpecHooks()static List<Hook>HooksRegistry. getBeforeStepHooks()static List<Hook>HooksRegistry. getBeforeSuiteHooks()
-