Uses of Class
com.google.common.truth.StringSubject.CaseInsensitiveStringComparison
-
Packages that use StringSubject.CaseInsensitiveStringComparison Package Description com.google.common.truth Truth is a library for performing assertions in tests: -
-
Uses of StringSubject.CaseInsensitiveStringComparison in com.google.common.truth
Methods in com.google.common.truth that return StringSubject.CaseInsensitiveStringComparison Modifier and Type Method Description StringSubject.CaseInsensitiveStringComparison
StringSubject. ignoringCase()
Returns aStringSubject
-like instance that will ignore the case of the characters.
-