public RolesSteps(ScenarioContext scenarioContext, CleanupPool cleanupPool) { this.scenarioContext = scenarioContext; this.cleanupPool = cleanupPool; }
public TestDataSetup(CleanupPool cleanupPool) { this.cleanupPool = cleanupPool; }
public CommonSteps(CleanupPool cleanupPool) { this.cleanupPool = cleanupPool; }