public interface CaseComparison extends Comparator<String>
String which consider the case.| Modifier and Type | Method and Description |
|---|---|
String |
getComparisonName()
Returns the name of the comparison.
|
boolean |
isEqual(String value1,
String value2)
Returns if
value1 is equal to value2. |
compare, comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongString getComparisonName()
Copyright © 2015–2017 AssertJ. All rights reserved.