예제 #1
0
 public CustomerDetailsTests(CustomerFixture customerFixture)
 {
     _customerFixture = customerFixture;
 }
예제 #2
0
 public CustomerTests(CustomerFixture customerFixture)
 {
     _customerFixture = customerFixture;
 }