Example #1
0
 public void consultarPruebaPorIdPruebaPorCandidatoTest()
 {
     GestorPrueba target = new GestorPrueba(); // TODO: Initialize to an appropriate value
     int pidCandidato = 0; // TODO: Initialize to an appropriate value
     int pidTecnologia = 0; // TODO: Initialize to an appropriate value
     string pnivelConocimiento = string.Empty; // TODO: Initialize to an appropriate value
     PruebaPorCandidato expected = null; // TODO: Initialize to an appropriate value
     PruebaPorCandidato actual;
     actual = target.consultarPruebaPorIdPruebaPorCandidato(pidCandidato, pidTecnologia, pnivelConocimiento);
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }