public ValidationSteps(RestSession restSession)
 {
     this.restSession = restSession;
 }
示例#2
0
 public DefaultSteps(RestSession restSession, ScenarioContext scenarioContext)
 {
     this.restSession     = restSession;
     this.scenarioContext = scenarioContext;
 }
示例#3
0
 public DefaultSteps(RestSession restSession)
 {
     this.restSession = restSession;
 }