Top "Assertj" questions

AssertJ provides a set of strongly-typed assertions to use for unit testing (either with JUnit or TestNG).

isEqualToComparingFieldByField is failing but isEqualToComparingFieldByFieldRecursively is passing

I am writing a test using rest-assured to test an API. I have the expected response stored as a String …

java rest-assured assertj
Maven test compile does not find class in classpath

I've got a little project with this pom... <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.…

java maven assertj
How to compare LISTS recursively ignoring given fields using assertJ?

Firstly, this is not a duplicate of this question. There, it is asked specifically for an object. I want to …

java unit-testing assertj