Uses of Class
com.thoughtworks.gauge.ClassInstanceManager
-
Packages that use ClassInstanceManager Package Description com.thoughtworks.gauge com.thoughtworks.gauge.execution com.thoughtworks.gauge.processor com.thoughtworks.gauge.screenshot -
-
Uses of ClassInstanceManager in com.thoughtworks.gauge
Methods in com.thoughtworks.gauge with parameters of type ClassInstanceManager Modifier and Type Method Description static voidGauge. setInstanceManager(ClassInstanceManager instanceManager) -
Uses of ClassInstanceManager in com.thoughtworks.gauge.execution
Constructors in com.thoughtworks.gauge.execution with parameters of type ClassInstanceManager Constructor Description HookExecutionStage(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 ClassInstanceManager Modifier and Type Method Description protected ClassInstanceManagerMethodExecutionMessageProcessor. getInstanceManager()Methods in com.thoughtworks.gauge.processor with parameters of type ClassInstanceManager Modifier and Type Method Description static voidClearObjectCache. clear(ClearObjectCache currentPosition, ClassInstanceManager manager)Constructors in com.thoughtworks.gauge.processor with parameters of type ClassInstanceManager Constructor Description ExecuteStepProcessor(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 Constructor Description ScreenshotFactory(ClassInstanceManager manager)
-