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