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