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