Uses of Class
com.google.common.truth.StringSubject
-
Packages that use StringSubject Package Description com.google.common.truth Truth is a library for performing assertions in tests: -
-
Uses of StringSubject in com.google.common.truth
Methods in com.google.common.truth that return StringSubject Modifier and Type Method Description static StringSubjectTruth. assertThat(@Nullable String actual)Begins an assertion about aString.StringSubjectTruthFailureSubject. factValue(@Nullable String key)Returns a subject for the value with the given name.StringSubjectTruthFailureSubject. factValue(@Nullable String key, int index)Returns a subject for the value of theindex-th instance of the fact with the given name.StringSubjectThrowableSubject. hasMessageThat()StringSubjectStandardSubjectBuilder. that(@Nullable String actual)
-