Ejemplo n.º 1
0
 public void UpdateTableTest()
 {
     ExportForm_Accessor target = new ExportForm_Accessor(); // TODO: Initialize to an appropriate value
     DateTime date = new DateTime(); // TODO: Initialize to an appropriate value
     int index = 0; // TODO: Initialize to an appropriate value
     int kol = 0; // TODO: Initialize to an appropriate value
     target.UpdateTable(date, index, kol);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }