public class IsEqualToIgnoreCase extends Object implements PropertyExpectation<String>
PropertyExpectation to check if a String property is equal to another String property regardless of case| Constructor and Description |
|---|
IsEqualToIgnoreCase(String expected) |
| Modifier and Type | Method and Description |
|---|---|
String |
describe()
Return a description of expectation
|
boolean |
matches(String actual)
Check if this expectation is met
|
public IsEqualToIgnoreCase(String expected)
public boolean matches(String actual)
PropertyExpectationmatches in interface PropertyExpectation<String>public String describe()
PropertyExpectationdescribe in interface PropertyExpectation<String>Copyright © 2015. All rights reserved.