Example #1
0
 public void RollbackTest()
 {
     int actual = 16;
     if (actual > 0)
     {
         PODelete rollback = new PODelete(actual);
         actual = rollback.Rollback();
         Assert.IsTrue(actual > 0);
     }
 }