Exemplo n.º 1
0
 public void registrarPruebaTest()
 {
     GestorPrueba target = new GestorPrueba(); // TODO: Initialize to an appropriate value
     string pnombre = string.Empty; // TODO: Initialize to an appropriate value
     int pidTecnologia = 0; // TODO: Initialize to an appropriate value
     int ppuntajeTotal = 0; // TODO: Initialize to an appropriate value
     string pdescripcion = string.Empty; // TODO: Initialize to an appropriate value
     string pnivelDificultad = string.Empty; // TODO: Initialize to an appropriate value
     int pcantidadPreguntas = 0; // TODO: Initialize to an appropriate value
     string pinstrucciones = string.Empty; // TODO: Initialize to an appropriate value
     target.registrarPrueba(pnombre, pidTecnologia, ppuntajeTotal, pdescripcion, pnivelDificultad, pcantidadPreguntas, pinstrucciones);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }