Example #1
0
 public AmendOperations(TestRunner testRunner)
 {
     _acIntegration        = new TestAgentConnectIntegration(testRunner);
     _gafOperations        = new GetAllFieldsOperations(testRunner);
     _validationOperations = new ValidationOperations(testRunner);
     _tranLookupOperations = new TransactionLookupOperations(testRunner);
 }
Example #2
0
 public SendOperations(TestRunner testRunner)
 {
     _acIntegration = new TestAgentConnectIntegration(testRunner);
     _consumerHistLookupOperations = new ConsumerHistoryLookupOperations(testRunner);
     _feeLookupOperations          = new FeeLookupOperations(testRunner);
     _gafOperations        = new GetAllFieldsOperations(testRunner);
     _validationOperations = new ValidationOperations(testRunner);
 }
Example #3
0
 /// <summary>
 /// Constructor. Sets up TestAgentConnectIntegration.
 /// </summary>
 /// <param name="testRunner"></param>
 public GetBankDetailsOperations(TestRunner testRunner)
 {
     _acIntegration = new TestAgentConnectIntegration(testRunner);
 }
 /// <summary>
 ///     Constructor. Sets up TestAgentConnectIntegration.
 /// </summary>
 /// <param name="testRunner"></param>
 public IndustryOperations(TestRunner testRunner)
 {
     _acIntegration = new TestAgentConnectIntegration(testRunner);
 }
 /// <summary>
 ///     Constructor. Sets up TestAgentConnectIntegration.
 /// </summary>
 /// <param name="testRunner"></param>
 public ProfileOperations(TestRunner testRunner)
 {
     _acIntegration = new TestAgentConnectIntegration(testRunner);
 }
 public GetAllFieldsOperations(TestRunner testRunner)
 {
     _acIntegration = new TestAgentConnectIntegration(testRunner);
 }
Example #7
0
 public ConsumerHistoryLookupOperations(TestRunner testRunner)
 {
     _acIntegration = new TestAgentConnectIntegration(testRunner);
 }
 public SendReversalOperations(TestRunner testRunner)
 {
     _acIntegration        = new TestAgentConnectIntegration(testRunner);
     _validationOperations = new ValidationOperations(testRunner);
     _tranLookupOperations = new TransactionLookupOperations(testRunner);
 }
Example #9
0
 public GetEnumerationsOperations(TestRunner testRunner)
 {
     _acIntegration = new TestAgentConnectIntegration(testRunner);
 }
Example #10
0
 public ReceiveOperations(TestRunner testRunner)
 {
     AcIntegration         = new TestAgentConnectIntegration(testRunner);
     _gafOperations        = new GetAllFieldsOperations(testRunner);
     _validationOperations = new ValidationOperations(testRunner);
 }
Example #11
0
 public FeeLookupOperations(TestRunner testRunner)
 {
     _acIntegration = new TestAgentConnectIntegration(testRunner);
 }
Example #12
0
 public BillPayOperations(TestRunner testRunner)
 {
     _acIntegration        = new TestAgentConnectIntegration(testRunner);
     _validationOperations = new ValidationOperations(testRunner);
 }
 /// <summary>
 /// Constructor. Sets up TestAgentConnectIntegration.
 /// </summary>
 /// <param name="testRunner"></param>
 public GetCountryInfoOperations(TestRunner testRunner)
 {
     _acIntegration = new TestAgentConnectIntegration(testRunner);
 }