Uses of Class
com.thoughtworks.gauge.hook.Hook
Packages that use Hook
Package
Description
-
Uses of Hook in com.thoughtworks.gauge.execution
Constructor parameters in com.thoughtworks.gauge.execution with type arguments of type HookModifierConstructorDescriptionHookExecutionStage(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 -
Uses of Hook in com.thoughtworks.gauge.processor
Method parameters in com.thoughtworks.gauge.processor with type arguments of type HookModifier and TypeMethodDescriptionMethodExecutionMessageProcessor.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 HookModifier and TypeMethodDescriptionHooksRegistry.getAfterClassStepsHooksOfClass(Class<?> aClass) HooksRegistry.getAfterScenarioHooks()HooksRegistry.getAfterSpecHooks()HooksRegistry.getAfterStepHooks()HooksRegistry.getAfterSuiteHooks()HooksRegistry.getBeforeClassStepsHooksOfClass(Class<?> aClass) HooksRegistry.getBeforeScenarioHooks()HooksRegistry.getBeforeSpecHooks()HooksRegistry.getBeforeStepHooks()HooksRegistry.getBeforeSuiteHooks()