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 StringSubject
Truth. assertThat(java.lang.String actual)
private StringSubject
TruthFailureSubject. doFactValue(java.lang.String key, java.lang.Integer index)
StringSubject
TruthFailureSubject. factValue(java.lang.String key)
Returns a subject for the value with the given name.StringSubject
TruthFailureSubject. factValue(java.lang.String key, int index)
Returns a subject for the value of theindex
-th instance of the fact with the given name.StringSubject
ThrowableSubject. hasMessageThat()
Returns aStringSubject
to make assertions about the throwable's message.StringSubject
StandardSubjectBuilder. that(java.lang.String actual)
-