public void registrarSolicitudPruebaTest() { 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 string pobservaciones = string.Empty; // TODO: Initialize to an appropriate value target.registrarSolicitudPrueba(pidCandidato, pidTecnologia, pnivelConocimiento, pobservaciones); Assert.Inconclusive("A method that does not return a value cannot be verified."); }