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)
| 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. |
no outgoing calls