Exemplo n.º 1
0
 public void registrarProyectoTest()
 {
     GestorPlanilla target = new GestorPlanilla(); // 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 pestadoProyecto = string.Empty; // TODO: Initialize to an appropriate value
     int pidCliente = 0; // TODO: Initialize to an appropriate value
     target.registrarProyecto(pnombre, pdescripcion, pfechaInicio, pfechaFin, pestadoProyecto, pidCliente);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }