Example #1
0
 public void consultarPreguntasTest()
 {
     GestorPrueba target = new GestorPrueba(); // TODO: Initialize to an appropriate value
     IEnumerable<Pregunta> expected = null; // TODO: Initialize to an appropriate value
     IEnumerable<Pregunta> actual;
     actual = target.consultarPreguntas();
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }