Пример #1
0
 public void eliminarPruebaTest()
 {
     GestorPrueba target = new GestorPrueba(); // TODO: Initialize to an appropriate value
     int pidPrueba = 0; // TODO: Initialize to an appropriate value
     target.eliminarPrueba(pidPrueba);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }