Home
last modified time | relevance | path

Searched refs:actualCustomStringRepresentation (Results 1 – 11 of 11) sorted by relevance

/external/truth/core/src/main/java/com/google/common/truth/
DSubject.java190 if (actualCustomStringRepresentation().equals(unexpectedAsString)) { in standardIsNotEqualTo()
197 actualCustomStringRepresentation())); in standardIsNotEqualTo()
288 fact("expected not to be specific instance", actualCustomStringRepresentation())); in isNotSameInstanceAs()
304 actualCustomStringRepresentation() in isInstanceOf()
314 fact("with value", actualCustomStringRepresentation())); in isInstanceOf()
412 protected String actualCustomStringRepresentation() { in actualCustomStringRepresentation() method in Subject
417 return actualCustomStringRepresentation(); in actualCustomStringRepresentationForPackageMembersToCall()
798 message.append(actualCustomStringRepresentation()).append("> ").append(verb); in fail()
826 String actualString = actualCustomStringRepresentation(); in failEqualityCheck()
1016 actualCustomStringRepresentation(), in failWithBadResults()
[all …]
DPrimitiveDoubleArraySubject.java264 protected String actualCustomStringRepresentation() {
DPrimitiveFloatArraySubject.java269 protected String actualCustomStringRepresentation() {
DIntStreamSubject.java61 protected String actualCustomStringRepresentation() { in actualCustomStringRepresentation() method in IntStreamSubject
DLongStreamSubject.java61 protected String actualCustomStringRepresentation() { in actualCustomStringRepresentation() method in LongStreamSubject
DStreamSubject.java81 protected String actualCustomStringRepresentation() { in actualCustomStringRepresentation() method in StreamSubject
DMultimapSubject.java362 protected String actualCustomStringRepresentation() {
DIterableSubject.java113 protected String actualCustomStringRepresentation() { in actualCustomStringRepresentation() method in IterableSubject
124 return super.actualCustomStringRepresentation(); in actualCustomStringRepresentation()
/external/truth/extensions/re2j/src/main/java/com/google/common/truth/extensions/re2j/
DRe2jSubjects.java71 protected String actualCustomStringRepresentation() { in actualCustomStringRepresentation() method in Re2jSubjects.Re2jStringSubject
/external/truth/extensions/liteproto/src/main/java/com/google/common/truth/extensions/proto/
DLiteProtoSubject.java96 protected String actualCustomStringRepresentation() { in actualCustomStringRepresentation() method in LiteProtoSubject
/external/truth/extensions/proto/src/main/java/com/google/common/truth/extensions/proto/
DIterableOfProtosSubject.java88 protected String actualCustomStringRepresentation() { in actualCustomStringRepresentation() method in IterableOfProtosSubject