Exemple #1
0
 public RolesSteps(ScenarioContext scenarioContext, CleanupPool cleanupPool)
 {
   this.scenarioContext = scenarioContext;
   this.cleanupPool = cleanupPool;
 }
Exemple #2
0
 public TestDataSetup(CleanupPool cleanupPool)
 {
   this.cleanupPool = cleanupPool;
 }
 public CommonSteps(CleanupPool cleanupPool)
 {
     this.cleanupPool = cleanupPool;
 }
 public RolesSteps(ScenarioContext scenarioContext, CleanupPool cleanupPool)
 {
     this.scenarioContext = scenarioContext;
     this.cleanupPool     = cleanupPool;
 }
Exemple #5
0
 public CommonSteps(CleanupPool cleanupPool)
 {
   this.cleanupPool = cleanupPool;
 }
 public TestDataSetup(CleanupPool cleanupPool)
 {
     this.cleanupPool = cleanupPool;
 }