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

Method isEqualTo

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

Verifies that the actual value is equal to the given one. @param expected the given value to compare the actual value to. @return this assertion object. @throws AssertionError if the actual value is not equal to the given one.

(Object expected)

Source from the content-addressed store, hash-verified

34 * @throws AssertionError if the actual value is not equal to the given one.
35 */
36 S isEqualTo(Object expected);
37
38 /**
39 * Verifies that the actual value is not equal to the given one.

Implementers 1

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

Calls

no outgoing calls