public ValidationSteps(RestSession restSession)
 {
     this.restSession = restSession;
 }
Exemplo n.º 2
0
 public DefaultSteps(RestSession restSession, ScenarioContext scenarioContext)
 {
     this.restSession     = restSession;
     this.scenarioContext = scenarioContext;
 }
Exemplo n.º 3
0
 public DefaultSteps(RestSession restSession)
 {
     this.restSession = restSession;
 }