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
A short discussion about what a test could look like can be found here.
Tests should be added to AbstractMetaPropertyTest if possible. It might make sense to take a look at the tests for equals() which use a special mock to ensure that only defined fields are used for equality comparison.
(The links above point to a specific version and should be compared to the current version before starting to work on this issue.)
The text was updated successfully, but these errors were encountered:
The method
MetaProperty.hashCode()
is currently not tested. This issue can be resolved by ...The corresponding ToDo should be removed.
Some Pointers
A short discussion about what a test could look like can be found here.
Tests should be added to
AbstractMetaPropertyTest
if possible. It might make sense to take a look at the tests forequals()
which use a special mock to ensure that only defined fields are used for equality comparison.(The links above point to a specific version and should be compared to the current version before starting to work on this issue.)
The text was updated successfully, but these errors were encountered: