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