コード例 #1
0
 public void TestCanUpdate()
 {
     DBTests.TestCanUpdate();
 }
コード例 #2
0
 public void TestCanDeleteAll()
 {
     DBTests.TestCanDeleteAll();
 }
コード例 #3
0
 public void TestCanInsert()
 {
     DBTests.TestCanInsert();
 }
コード例 #4
0
 public void TestCanCount()
 {
     DBTests.TestCanCount();
 }