You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When pojo has a superclass, FieldUtils.getAllFields(...) does not return fields from super class.
It causes ObjectGenerator.makeThemEqual(...) will not create objects with same fields values.
Testing fields from super class should be configurable for each class separetly.
The text was updated successfully, but these errors were encountered:
When pojo has a superclass,
FieldUtils.getAllFields(...)
does not return fields from super class.It causes
ObjectGenerator.makeThemEqual(...)
will not create objects with same fields values.Testing fields from super class should be configurable for each class separetly.
The text was updated successfully, but these errors were encountered: