public class IsEqualsIgnoreCase extends Object implements TheSameAs.PropertyComparator<String>
TheSameAs.PropertyComparator which matches a string property regardless of case| Constructor and Description |
|---|
IsEqualsIgnoreCase() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(String lhs,
String rhs)
Return
true if the actual value matches the expected
value |
public boolean matches(String lhs, String rhs)
TheSameAs.PropertyComparatortrue if the actual value matches the expected
valuematches in interface TheSameAs.PropertyComparator<String>Copyright © 2015. All rights reserved.