MCPcopy Index your code
hub / github.com/assertj/assertj / equals

Method equals

src/main/java/org/assertj/core/api/Assert.java:285–285  ·  view source on GitHub ↗

@deprecated Throws UnsupportedOperationException if called. It is easy to accidentally call #equals(Object) instead of #isEqualTo(Object) . @throws UnsupportedOperationException if this method is called.

(Object obj)

Source from the content-addressed store, hash-verified

283 * @throws UnsupportedOperationException if this method is called.
284 */
285 @Override
286 @Deprecated
287 boolean equals(Object obj);
288}

Implementers 1

AbstractAssertsrc/main/java/org/assertj/core/api/Abs

Calls

no outgoing calls