public class EqualsIgnoreCaseComparator extends Object implements DiffComparator<String>
| Constructor and Description |
|---|
EqualsIgnoreCaseComparator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEquals(String expected,
String current)
Check the equality of two objects.
|
public boolean isEquals(String expected, String current)
isEquals in interface DiffComparator<String>expected - the object with the expected state.current - the object with the current state.true if the two objects are equals.Copyright © 2020. All rights reserved.