Exemple #1
0
 public GetAllShould(CustomersRepositorySharedFixture fixture, ITestOutputHelper output)
 {
     this.fixture = fixture;
     this.fixture.Setup(output);
     customers = new List <Customer>();
 }
Exemple #2
0
 public AddShould(CustomersRepositorySharedFixture fixture, ITestOutputHelper output)
 {
     this.fixture = fixture;
     this.fixture.Setup(output);
 }