public StateServiceTests()
 {
     // xUnit.net creates a new instance of the test class for every test that is run.
     // The constructor and the Dispose method will always be called once for every test.
     context = TestableContextFactory.GenerateContext();
 }
Exemple #2
0
 public UserServiceTests()
 {
     _context = TestableContextFactory.GenerateContext();
 }