public void registrarPreguntaTest() { GestorPrueba target = new GestorPrueba(); // TODO: Initialize to an appropriate value string pdescripcion = string.Empty; // TODO: Initialize to an appropriate value int pidTecnologia = 0; // TODO: Initialize to an appropriate value string pnivelDificultad = string.Empty; // TODO: Initialize to an appropriate value int ppuntaje = 0; // TODO: Initialize to an appropriate value string ptipoRespuesta = string.Empty; // TODO: Initialize to an appropriate value target.registrarPregunta(pdescripcion, pidTecnologia, pnivelDificultad, ppuntaje, ptipoRespuesta); Assert.Inconclusive("A method that does not return a value cannot be verified."); }