Exemple #1
0
 public TransactionControllerTest(EBandApiTestFixture fixture) : base(fixture)
 {
 }
Exemple #2
0
 protected ControllerTestBase(EBandApiTestFixture fixture)
 {
     Client   = fixture.Client;
     Services = fixture.Services;
 }
 public EBankAccountControllerTester(EBandApiTestFixture fixture)
     : base(fixture)
 {
 }