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