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
Since an org.junit.platform.commons.support.Resource can potentially be used in a Map, Set, or other Collection, we should ensure that implementers are aware of the fact that they must provide reliable equals() and hashCode() implementations in any custom Resource.