public void GetList() { List <Clientes> lista = new RepositorioCliente().GetList(x => true); Assert.IsTrue(lista.Count() > 0); }