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