示例#1
0
 public InternalExtrasTest(
     TestScopeContext testScope,
     ScenarioContext scenarioContext)
 {
     _testScope       = testScope;
     _scenarioContext = scenarioContext;
 }
示例#2
0
 public SupplementaryTestSteps(
     TestScopeContext testScope,
     ScenarioContext scenarioContext)
 {
     _testScope       = testScope;
     _scenarioContext = scenarioContext;
 }
示例#3
0
 public AccountsTestSteps(
     TestScopeContext testScope,
     ScenarioContext scenarioContext)
 {
     _testScope       = testScope;
     _scenarioContext = scenarioContext;
 }
 public CustomCitiTestSteps(
     TestScopeContext testScope
     )
 {
     _testScope       = testScope;
     _citiTestService = new GeneralTestService();
 }
 public CitiInboundMaintenanceTestStepsDefinition(
     TestScopeContext testScope,
     ScenarioContext scenarioContext)
 {
     _testScope       = testScope;
     _scenarioContext = scenarioContext;
 }
示例#6
0
 public TransactionsTestSteps(
     TestScopeContext testScope,
     ScenarioContext scenarioContext)
 {
     _testScope       = testScope;
     _scenarioContext = scenarioContext;
 }
示例#7
0
 public FileProcessingTestSteps(
     TestScopeContext testScope,
     ScenarioContext scenarioContext)
 {
     _testScope       = testScope;
     _scenarioContext = scenarioContext;
 }
示例#8
0
 public ExceptionErrorTestSteps(
     TestScopeContext testScope,
     ScenarioContext scenarioContext)
 {
     _testScope       = testScope;
     _scenarioContext = scenarioContext;
 }
示例#9
0
 public DeathBKCCSTestSteps(
     TestScopeContext testScope,
     ScenarioContext scenarioContext
     )
 {
     _testScope       = testScope;
     _scenarioContext = scenarioContext;
 }
 public CitiOutboundMaintenanceTestStepsDefinition(TestScopeContext testScope,
                                                   ScenarioContext scenarioContext)
 {
     _testScope       = testScope;
     _scenarioContext = scenarioContext;
     _outgoingTest    = new OutgoingMaintenanceTestService();
     _commentTest     = new CommonTestService();
 }
示例#11
0
 public AccountPhoneTestSteps(
     TestScopeContext testScope,
     ScenarioContext scenarioContext)
 {
     _testScope       = testScope;
     _scenarioContext = scenarioContext;
     _accountTest     = new AccountTestService();
 }
 public CitiTestStepsDefinition(TestScopeContext testScope, ScenarioContext scenarioContext)
 {
     _testScope       = testScope;
     _scenarioContext = scenarioContext;
 }
示例#13
0
 public Hooks(TestScopeContext testScope, ScenarioContext scenario)
 {
     _testScope = testScope;
     _scenario  = scenario;
 }