public class ShouldNotEndWithIgnoringCase extends BasicErrorMessageFactory
CharSequence does not end with a
given value (ignoring case considerations) failed.arguments, format| Modifier and Type | Method and Description |
|---|---|
static ErrorMessageFactory |
shouldNotEndWithIgnoringCase(CharSequence actual,
CharSequence expected,
ComparisonStrategy comparisonStrategy)
Creates a new
. |
create, create, create, equals, hashCode, toString, unquotedStringpublic static ErrorMessageFactory shouldNotEndWithIgnoringCase(CharSequence actual, CharSequence expected, ComparisonStrategy comparisonStrategy)
ShouldNotEndWithIgnoringCase.actual - the actual value in the failed assertion.expected - the value or sequence of values that actual is expected to not end with, ignoring case.comparisonStrategy - the ComparisonStrategy used to evaluate assertion.ErrorMessageFactory.Copyright © 2025. All rights reserved.