I am struggling to find a way to test two object for deep non-equality (field by field) using jUnit or/and AssertJ.
Is there any way?
Something like this.
not(assertThat(mSubjectManager.getSubjectById(subjectId))
.isEqualToComparingFieldByField(subject));