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