Exemple #1
0
 public void registrarRespuestaTest()
 {
     GestorPrueba target = new GestorPrueba(); // TODO: Initialize to an appropriate value
     string pdescripcion = string.Empty; // TODO: Initialize to an appropriate value
     int pidPregunta = 0; // TODO: Initialize to an appropriate value
     bool pcorrecta = false; // TODO: Initialize to an appropriate value
     target.registrarRespuesta(pdescripcion, pidPregunta, pcorrecta);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }