GithubHelp home page GithubHelp logo

Comments (5)

sta-szek avatar sta-szek commented on June 15, 2024

Oww this is wrong project :))
I think i can do this by contributing https://github.com/joel-costigliola/assertj-core 👍

from assertj.

PascalSchumacher avatar PascalSchumacher commented on June 15, 2024

Hi sta-szek,

I think the underlying code already allows this, but getting access to the code is ugly:

assertThat((Object) Arrays.asList("a", "c")).isEqualToComparingFieldByFieldRecursively(Arrays.asList("a", "c"));
assertThat((Object) Arrays.asList("a", "c")).isEqualToComparingFieldByField(Arrays.asList("a", "c"));

from assertj.

sta-szek avatar sta-szek commented on June 15, 2024

Hi,
that's right, the invocation is really ugly, but what if you have ArrayList and for example Iterable or some other type of List. It compares also Lists internal state instead of only objects on the list.
When I got some time, and nobody do this, i try to implement that.

from assertj.

PascalSchumacher avatar PascalSchumacher commented on June 15, 2024

Yes, it does not work with different types of lists.

By the way, it would be nice if you could create an issue at https://github.com/joel-costigliola/assertj-core/issues

Thanks,
Pascal

from assertj.

sta-szek avatar sta-szek commented on June 15, 2024

Here it is assertj/assertj#636

from assertj.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.