Пример #1
0
 public void consultarPruebasPorCandidatoTest()
 {
     GestorPrueba target = new GestorPrueba(); // TODO: Initialize to an appropriate value
     IEnumerable<PruebaPorCandidato> expected = null; // TODO: Initialize to an appropriate value
     IEnumerable<PruebaPorCandidato> actual;
     actual = target.consultarPruebasPorCandidato();
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }