Exemplo n.º 1
0
 public void eliminarProyectoTest()
 {
     GestorPlanilla target = new GestorPlanilla(); // TODO: Initialize to an appropriate value
     int pidProyecto = 0; // TODO: Initialize to an appropriate value
     target.eliminarProyecto(pidProyecto);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }