Uses of Class
com.google.common.truth.extensions.re2j.Re2jSubjects.Re2jStringSubject
-
Packages that use Re2jSubjects.Re2jStringSubject Package Description com.google.common.truth.extensions.re2j -
-
Uses of Re2jSubjects.Re2jStringSubject in com.google.common.truth.extensions.re2j
Methods in com.google.common.truth.extensions.re2j that return types with arguments of type Re2jSubjects.Re2jStringSubject Modifier and Type Method Description static Subject.Factory<Re2jSubjects.Re2jStringSubject,String>
Re2jSubjects. re2jString()
Returns a subject factory forString
subjects which you can use to assert things aboutPattern
regexes.
-