示例#1
0
 public void TearDown()
 {
     _testDbContext = _testServiceProvider.GetRequiredService <TestDatabaseContext>();
     _testDbContext.DeleteTestData(new string[] { "RemindMeUsers" });
 }
示例#2
0
 public void Setup()
 {
     _testDbContext = _testServiceProvider.GetRequiredService <TestDatabaseContext>();
 }