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;
 }