Пример #1
0
 public void calificarPruebaTest()
 {
     GestorPrueba target = new GestorPrueba(); // TODO: Initialize to an appropriate value
     List<List<string>> prespuestas = null; // TODO: Initialize to an appropriate value
     PruebaPorCandidato ppruebaXCandidato = null; // TODO: Initialize to an appropriate value
     target.calificarPrueba(prespuestas, ppruebaXCandidato);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }