Uses of Class
com.google.common.truth.StringSubject
-
-
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(java.lang.String actual)private StringSubjectTruthFailureSubject. doFactValue(java.lang.String key, java.lang.Integer index)StringSubjectTruthFailureSubject. factValue(java.lang.String key)Returns a subject for the value with the given name.StringSubjectTruthFailureSubject. factValue(java.lang.String key, int index)Returns a subject for the value of theindex-th instance of the fact with the given name.StringSubjectThrowableSubject. hasMessageThat()Returns aStringSubjectto make assertions about the throwable's message.StringSubjectStandardSubjectBuilder. that(java.lang.String actual)
-