public class ShouldNotEndWith extends BasicErrorMessageFactory
String.arguments, format, formatter| Modifier | Constructor and Description |
|---|---|
private |
ShouldNotEndWith(java.lang.Object actual,
java.lang.Object expected,
ComparisonStrategy comparisonStrategy) |
| Modifier and Type | Method and Description |
|---|---|
static ErrorMessageFactory |
shouldNotEndWith(java.lang.Object actual,
java.lang.Object expected)
Creates a new
. |
static ErrorMessageFactory |
shouldNotEndWith(java.lang.Object actual,
java.lang.Object expected,
ComparisonStrategy comparisonStrategy)
Creates a new
. |
create, create, create, equals, hashCode, toString, unquotedStringprivate ShouldNotEndWith(java.lang.Object actual,
java.lang.Object expected,
ComparisonStrategy comparisonStrategy)
public static ErrorMessageFactory shouldNotEndWith(java.lang.Object actual, java.lang.Object expected, ComparisonStrategy comparisonStrategy)
ShouldNotEndWith.actual - the actual value in the failed assertion.expected - the value or sequence of values that actual is expected to not end with.comparisonStrategy - the ComparisonStrategy used to evaluate assertion.ErrorMessageFactory.public static ErrorMessageFactory shouldNotEndWith(java.lang.Object actual, java.lang.Object expected)
ShouldNotEndWith.actual - the actual value in the failed assertion.expected - the value or sequence of values that actual is expected to not end with.ErrorMessageFactory.