Uses of Class
com.thoughtworks.gauge.ClassInstanceManager
Packages that use ClassInstanceManager
Package
Description
-
Uses of ClassInstanceManager in com.thoughtworks.gauge
Methods in com.thoughtworks.gauge with parameters of type ClassInstanceManagerModifier and TypeMethodDescriptionstatic voidGauge.setInstanceManager(ClassInstanceManager instanceManager) -
Uses of ClassInstanceManager in com.thoughtworks.gauge.execution
Constructors in com.thoughtworks.gauge.execution with parameters of type ClassInstanceManagerModifierConstructorDescriptionHookExecutionStage(List<Hook> execHooks, ClassInstanceManager manager) HooksExecutor(List<Hook> hooks, ExecutionContext executionInfo, ClassInstanceManager manager) MethodExecutor(ClassInstanceManager instanceManager) StepExecutionStage(Messages.ExecuteStepRequest executeStepRequest, ClassInstanceManager manager, ParameterParsingChain chain, StepRegistry registry) -
Uses of ClassInstanceManager in com.thoughtworks.gauge.processor
Methods in com.thoughtworks.gauge.processor that return ClassInstanceManagerModifier and TypeMethodDescriptionprotected ClassInstanceManagerMethodExecutionMessageProcessor.getInstanceManager()Methods in com.thoughtworks.gauge.processor with parameters of type ClassInstanceManagerModifier and TypeMethodDescriptionstatic voidClearObjectCache.clear(ClearObjectCache currentPosition, ClassInstanceManager manager) Constructors in com.thoughtworks.gauge.processor with parameters of type ClassInstanceManagerModifierConstructorDescriptionExecuteStepProcessor(ClassInstanceManager instanceManager, ParameterParsingChain chain, StepRegistry stepRegistry) MethodExecutionMessageProcessor(ClassInstanceManager instanceManager) ScenarioExecutionEndingProcessor(ClassInstanceManager instanceManager) ScenarioExecutionStartingProcessor(ClassInstanceManager instanceManager) SpecExecutionEndingProcessor(ClassInstanceManager instanceManager) SpecExecutionStartingProcessor(ClassInstanceManager instanceManager) StepExecutionEndingProcessor(ClassInstanceManager instanceManager) StepExecutionStartingProcessor(ClassInstanceManager instanceManager) SuiteExecutionEndingProcessor(ClassInstanceManager instanceManager) SuiteExecutionStartingProcessor(ClassInstanceManager instanceManager) -
Uses of ClassInstanceManager in com.thoughtworks.gauge.screenshot
Constructors in com.thoughtworks.gauge.screenshot with parameters of type ClassInstanceManager