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