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