public static interface StringSpecification.Options
Modifier and Type | Method and Description |
---|---|
boolean |
isIgnoringCase()
Returns if the comparison should ignore the case.
|
boolean |
isLeadTrimmed()
Returns if the comparison should ignore leading whitespace.
|
boolean |
isTailTrimmed()
Returns if the comparison should ignore trailing whitespace.
|
boolean |
isTrimmed()
Returns if the comparison should ignore leading and trailing whitespace.
|
boolean isLeadTrimmed()
boolean isTailTrimmed()
boolean isTrimmed()
boolean isIgnoringCase()
Copyright © 2013-2018–2019 SeedStack. All rights reserved.