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 testing validation logic i recently had the problem that ValidationMessage does not immplement equals and hashCode so that assertions like the following are noct possible:
Hi,
when testing validation logic i recently had the problem that ValidationMessage does not immplement equals and hashCode so that assertions like the following are noct possible:
I think it would be easier to test when ValidationMessage implements these methods.
The text was updated successfully, but these errors were encountered: