1617181920212223
@Override public InjectableStepsFactory stepsFactory() { Map<String, Object> state = new HashMap<String, Object>(); return new InstanceStepsFactory(configuration(), new SharedSteps(state), new ParsingSteps(state)); }
@Override public InjectableStepsFactory stepsFactory() { Map<String, Object> state = new HashMap<String, Object>(); return new InstanceStepsFactory(configuration(), new SharedSteps(state), new VisitorSteps(state)); }
1718192021222324
@Override public InjectableStepsFactory stepsFactory() { Map<String, Object> state = new HashMap<String, Object>(); return new InstanceStepsFactory(configuration(), new SharedSteps(state), new ManipulationSteps(state)); }