Ejemplo n.º 1
0
 public void consultarRespuestasPreguntaTest()
 {
     GestorPrueba target = new GestorPrueba(); // TODO: Initialize to an appropriate value
     int pidPregunta = 0; // TODO: Initialize to an appropriate value
     List<Respuesta> expected = null; // TODO: Initialize to an appropriate value
     List<Respuesta> actual;
     actual = target.consultarRespuestasPregunta(pidPregunta);
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }