Exemplo n.º 1
0
 public TestCustomers(TestContex testContex)
 {
     _context       = testContex.ServiceProvider.GetService <ServiceContext>();
     _configuration = testContex.Configuration;
 }
Exemplo n.º 2
0
 public HomeControllerTests()
 {
     testFixture = new TestContex();
 }