ErrorMessageFactorypublic class ShouldNotBeEqualIgnoringCase extends BasicErrorMessageFactory
CharSequences are not equal,
ignoring case
considerations, failed.arguments, format| Modifier and Type | Method | Description |
|---|---|---|
static ErrorMessageFactory |
shouldNotBeEqualIgnoringCase(CharSequence actual,
CharSequence expected) |
Creates a new
. |
create, create, create, equals, hashCode, toString, unquotedStringpublic static ErrorMessageFactory shouldNotBeEqualIgnoringCase(CharSequence actual, CharSequence expected)
ShouldNotBeEqualIgnoringCase.actual - the actual value in the failed assertion.expected - the expected value in the failed assertion.ErrorMessageFactory.Copyright © 2014–2019. All rights reserved.