public ValidationSteps(RestSession restSession) { this.restSession = restSession; }
public DefaultSteps(RestSession restSession, ScenarioContext scenarioContext) { this.restSession = restSession; this.scenarioContext = scenarioContext; }
public DefaultSteps(RestSession restSession) { this.restSession = restSession; }