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