Ejemplo n.º 1
0
 public GetPaymentTests(PaymentTestFixture fixture)
 {
     _fixture = fixture;
 }
Ejemplo n.º 2
0
 public PaymentServiceTest(PaymentTestFixture fixture)
 {
     _repo = fixture.repo;
 }
Ejemplo n.º 3
0
 public CreatePaymentTests(PaymentTestFixture fixture)
 {
     _fixture = fixture;
 }