18192021222324
public InjectableStepsFactory stepsFactory() { Map<String, Object> state = new HashMap<String, Object>(); return new InstanceStepsFactory(configuration(), new SharedSteps(state), new ManipulationSteps(state)); }