Exemplo n.º 1
0
 public void consultarTecnologiaXIDTest()
 {
     GestorPlanilla target = new GestorPlanilla(); // TODO: Initialize to an appropriate value
     int id = 0; // TODO: Initialize to an appropriate value
     Tecnologia expected = null; // TODO: Initialize to an appropriate value
     Tecnologia actual;
     actual = target.consultarTecnologiaXID(id);
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }