예제 #1
0
 public void modificarProyectoTest()
 {
     GestorPlanilla target = new GestorPlanilla(); // TODO: Initialize to an appropriate value
     int pid = 0; // TODO: Initialize to an appropriate value
     string pnombre = string.Empty; // TODO: Initialize to an appropriate value
     string pdescripcion = string.Empty; // TODO: Initialize to an appropriate value
     DateTime pfechaInicio = new DateTime(); // TODO: Initialize to an appropriate value
     DateTime pfechaFin = new DateTime(); // TODO: Initialize to an appropriate value
     string pestado = string.Empty; // TODO: Initialize to an appropriate value
     int pidCliente = 0; // TODO: Initialize to an appropriate value
     target.modificarProyecto(pid, pnombre, pdescripcion, pfechaInicio, pfechaFin, pestado, pidCliente);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }