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