コード例 #1
0
 public Verify(ScenarioContext scenarioContext, ScenarioCommon scenarioCommon, TestContext testContext)
 {
     ScenarioCommon       = scenarioCommon;
     this.scenarioContext = scenarioContext;
     this.testContext     = testContext;
 }
コード例 #2
0
 public SetUp(ScenarioContext scenarioContext, ScenarioCommon scenarioCommon, TestContext testContext)
 {
     this.scenarioCommon  = scenarioCommon;
     this.scenarioContext = scenarioContext;
     this.testContext     = testContext;
 }