public void consultarPreguntasPorPruebaTest() { 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.consultarPreguntasPorPrueba(pid); Assert.AreEqual(expected, actual); Assert.Inconclusive("Verify the correctness of this test method."); }