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