Example #1
0
 public PaymentTests(BaseApiTestFixture _fixture)
 {
     fixture = _fixture;
 }
Example #2
0
 public MandateTests(BaseApiTestFixture _fixture)
 {
     fixture = _fixture;
 }
Example #3
0
 public SubscriptionTests(BaseApiTestFixture _fixture)
 {
     fixture = _fixture;
 }
Example #4
0
 public ApiExceptionTests(BaseApiTestFixture _fixture)
 {
     fixture = _fixture;
 }
Example #5
0
 public RefundsTest(BaseApiTestFixture _fixture)
 {
     fixture = _fixture;
 }
Example #6
0
 public IssuerTests(BaseApiTestFixture _fixture)
 {
     fixture = _fixture;
 }
Example #7
0
 public CustomerTests(BaseApiTestFixture _fixture)
 {
     fixture = _fixture;
 }