public void ListadoTest() { Egresos egreso = new Egresos(); Assert.IsTrue(egreso.Listado(" * ", "1=1", "").Rows.Count > 0); } }