Пример #1
0
 public void consultarProyectosTest()
 {
     GestorPlanilla target = new GestorPlanilla(); // TODO: Initialize to an appropriate value
     IEnumerable<Proyecto> expected = null; // TODO: Initialize to an appropriate value
     IEnumerable<Proyecto> actual;
     actual = target.consultarProyectos();
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }