示例#1
0
 public void Setup()
 {
     if (!db.DatabaseExists())
     {
         Assert.Ignore("There is no database attatched");
     }
 }