コード例 #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
ファイル: AccountsTestSteps.cs プロジェクト: quan612/CitiUS
 public AccountsTestSteps(
     TestScopeContext testScope,
     ScenarioContext scenarioContext)
 {
     _testScope       = testScope;
     _scenarioContext = scenarioContext;
 }
コード例 #4
0
 public CustomCitiTestSteps(
     TestScopeContext testScope
     )
 {
     _testScope       = testScope;
     _citiTestService = new GeneralTestService();
 }
コード例 #5
0
 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
ファイル: DeathBKCCSTestSteps.cs プロジェクト: quan612/CitiUS
 public DeathBKCCSTestSteps(
     TestScopeContext testScope,
     ScenarioContext scenarioContext
     )
 {
     _testScope       = testScope;
     _scenarioContext = scenarioContext;
 }
コード例 #10
0
 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();
 }
コード例 #12
0
 public CitiTestStepsDefinition(TestScopeContext testScope, ScenarioContext scenarioContext)
 {
     _testScope       = testScope;
     _scenarioContext = scenarioContext;
 }
コード例 #13
0
 public Hooks(TestScopeContext testScope, ScenarioContext scenario)
 {
     _testScope = testScope;
     _scenario  = scenario;
 }