public class ShouldBeSame extends BasicErrorMessageFactory
arguments, format| Modifier and Type | Method and Description |
|---|---|
static ErrorMessageFactory |
shouldBeSame(Object actual,
Object expected)
Creates a new
. |
create, create, create, equals, hashCode, toString, unquotedStringpublic static ErrorMessageFactory shouldBeSame(Object actual, Object expected)
ShouldBeSame.actual - the actual value in the failed assertion.expected - the expected value in the failed assertion.ErrorMessageFactory.Copyright © 2014–2019 AssertJ. All rights reserved.