Beispiel #1
0
 public void consultarClientesTest()
 {
     GestorPlanilla target = new GestorPlanilla(); // TODO: Initialize to an appropriate value
     IEnumerable<Cliente> expected = null; // TODO: Initialize to an appropriate value
     IEnumerable<Cliente> actual;
     actual = target.consultarClientes();
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }