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, 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 © 2013-2014 AssertJ. All Rights Reserved.