Ejemplo n.º 1
0
 public void registrarPreguntaPorPruebaTest()
 {
     GestorPrueba target = new GestorPrueba(); // TODO: Initialize to an appropriate value
     int idPrueba = 0; // TODO: Initialize to an appropriate value
     int idPregunta = 0; // TODO: Initialize to an appropriate value
     target.registrarPreguntaPorPrueba(idPrueba, idPregunta);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }