示例#1
0
 public void DatabaseNotExists()
 {
     Assert.IsFalse(systemContext.DatabaseExists(TestDbName));
 }