Пример #1
0
 public TestCustomers(TestContex testContex)
 {
     _context       = testContex.ServiceProvider.GetService <ServiceContext>();
     _configuration = testContex.Configuration;
 }
Пример #2
0
 public HomeControllerTests()
 {
     testFixture = new TestContex();
 }