Beispiel #1
0
 public void Delete()
 {
     if (table.FindRowInTable(expectedResult))
     {
         studentForm.DeleteStudent(table.GetRowNumberByValueInCell(index, 2));
     }
 }
Beispiel #2
0
 public void CleanUp()
 {
     if (table.FindRowInTable(expectedResult))
     {
         studentForm.DeleteStudent(table.GetRowNumberByValueInCell(index, 2));
     }
     driver.Close();
     driver.Quit();
 }