Home
last modified time | relevance | path

Searched refs:failWithoutActual (Results 1 – 25 of 27) sorted by relevance

12

/external/truth/core/src/main/java/com/google/common/truth/
DStringSubject.java73 failWithoutActual(simpleFact("expected not to be empty")); in isNotEmpty()
124 failWithoutActual( in matches()
142 failWithoutActual( in matches()
206 failWithoutActual( in doesNotContainMatch()
252 failWithoutActual( in isEqualTo()
259 failWithoutActual( in isEqualTo()
262 failWithoutActual(fact("expected", expected), butWas(), simpleFact("(case is ignored)")); in isEqualTo()
274 failWithoutActual( in isNotEqualTo()
280 failWithoutActual( in isNotEqualTo()
291 failWithoutActual( in contains()
[all …]
DTruthFailureSubject.java138 failWithoutActual( in doFactValue()
143 failWithoutActual( in doFactValue()
149 failWithoutActual( in doFactValue()
158 failWithoutActual( in doFactValue()
164 failWithoutActual( in doFactValue()
DSubject.java192 failWithoutActual(fact("expected not to be", unexpectedAsString)); in standardIsNotEqualTo()
194 failWithoutActual( in standardIsNotEqualTo()
288 failWithoutActual( in isNotSameInstanceAs()
312 failWithoutActual( in isInstanceOf()
791 failWithoutActual(simpleFact(message.toString())); in fail()
900 failWithoutActual( in tryFailForTrailingWhitespaceOnly()
904 failWithoutActual( in tryFailForTrailingWhitespaceOnly()
908 failWithoutActual( in tryFailForTrailingWhitespaceOnly()
954 failWithoutActual(fact("expected", expectedString), simpleFact("but was an empty string")); in tryFailForEmptyString()
957 failWithoutActual(simpleFact("expected an empty string"), fact("but was", actualString)); in tryFailForEmptyString()
[all …]
DGuavaOptionalSubject.java46 failWithoutActual(simpleFact("expected to be present")); in isPresent()
55 failWithoutActual( in isAbsent()
77 failWithoutActual(fact("expected to have value", expected), simpleFact("but was absent")); in hasValue()
DIterableSubject.java151 failWithoutActual(simpleFact("expected not to be empty")); in isNotEmpty()
167 failWithoutActual( in contains()
198 failWithoutActual( in containsNoDuplicates()
224 failWithoutActual( in containsAnyIn()
354 failWithoutActual(facts.build());
543 failWithoutActual(facts.build());
715 failWithoutActual(
832 failWithoutActual(
866 failWithoutActual(
1065 subject.failWithoutActual(
[all …]
DMapSubject.java91 failWithoutActual(simpleFact("expected not to be empty")); in isNotEmpty()
131 failWithoutActual( in containsEntry()
147 failWithoutActual( in containsEntry()
153 failWithoutActual( in containsEntry()
277 failWithoutActual( in containsEntriesInAnyOrder()
580 failWithoutActual( in containsEntry()
591 failWithoutActual( in containsEntry()
612 failWithoutActual( in containsEntry()
624 failWithoutActual( in containsEntry()
649 failWithoutActual( in doesNotContainEntry()
[all …]
DMultimapSubject.java94 failWithoutActual(simpleFact("expected not to be empty")); in isNotEmpty()
123 failWithoutActual( in containsEntry()
133 failWithoutActual( in containsEntry()
145 failWithoutActual( in containsEntry()
196 failWithoutActual( in isEqualTo()
567 failWithoutActual(
589 failWithoutActual(
611 failWithoutActual(
630 failWithoutActual(
662 failWithoutActual(
[all …]
DBooleanSubject.java40 failWithoutActual(simpleFact("expected to be true")); in isTrue()
49 failWithoutActual(simpleFact("expected to be false")); in isFalse()
DFloatSubject.java125 failWithoutActual( in isWithin()
164 failWithoutActual(
DDoubleSubject.java117 failWithoutActual( in isWithin()
156 failWithoutActual(
DAbstractArraySubject.java48 failWithoutActual(simpleFact("expected not to be empty")); in isNotEmpty()
DBigDecimalSubject.java97 failWithoutActual(fact("expected", expected), butWas(), simpleFact("(scale is ignored)")); in compareValues()
/external/truth/extensions/liteproto/src/main/java/com/google/common/truth/extensions/proto/
DLiteProtoSubject.java118 failWithoutActual( in isEqualTo()
161 failWithoutActual( in isNotEqualTo()
182 failWithoutActual( in isEqualToDefaultInstance()
188 failWithoutActual( in isEqualToDefaultInstance()
199 failWithoutActual( in isNotEqualToDefaultInstance()
215 failWithoutActual( in hasAllRequiredFields()
/external/robolectric/processor/src/test/java/org/robolectric/annotation/processing/validator/
DSingleClassSubject.java44 failWithoutActual(simpleFact(e.getMessage())); in compilesWithoutError()
53 failWithoutActual(simpleFact(e.getMessage())); in failsToCompile()
72 failWithoutActual(simpleFact(e.getMessage())); in withErrorContaining()
83 failWithoutActual( in withNoErrorContaining()
113 failWithoutActual(simpleFact(e.getMessage())); in onLine()
/external/robolectric-shadows/processor/src/test/java/org/robolectric/annotation/processing/validator/
DSingleClassSubject.java44 failWithoutActual(simpleFact(e.getMessage())); in compilesWithoutError()
53 failWithoutActual(simpleFact(e.getMessage())); in failsToCompile()
72 failWithoutActual(simpleFact(e.getMessage())); in withErrorContaining()
83 failWithoutActual( in withNoErrorContaining()
113 failWithoutActual(simpleFact(e.getMessage())); in onLine()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/truth/
DSpannedSubject.java82 failWithoutActual(simpleFact("Spanned must not be null")); in hasNoSpans()
88 failWithoutActual( in hasNoSpans()
117 failWithoutActual(simpleFact("Spanned must not be null")); in hasStyleSpan()
157 failWithoutActual(simpleFact("Spanned must not be null")); in hasBoldItalicSpanBetween()
176 failWithoutActual( in hasBoldItalicSpanBetween()
208 failWithoutActual(simpleFact("Spanned must not be null")); in hasUnderlineSpanBetween()
244 failWithoutActual(simpleFact("Spanned must not be null")); in hasStrikethroughSpanBetween()
285 failWithoutActual(simpleFact("Spanned must not be null")); in hasAlignmentSpanBetween()
325 failWithoutActual(simpleFact("Spanned must not be null")); in hasForegroundColorSpanBetween()
366 failWithoutActual(simpleFact("Spanned must not be null")); in hasBackgroundColorSpanBetween()
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/truth/
DSpannedSubject.java82 failWithoutActual(simpleFact("Spanned must not be null")); in hasNoSpans()
88 failWithoutActual( in hasNoSpans()
117 failWithoutActual(simpleFact("Spanned must not be null")); in hasStyleSpan()
157 failWithoutActual(simpleFact("Spanned must not be null")); in hasBoldItalicSpanBetween()
176 failWithoutActual( in hasBoldItalicSpanBetween()
208 failWithoutActual(simpleFact("Spanned must not be null")); in hasUnderlineSpanBetween()
244 failWithoutActual(simpleFact("Spanned must not be null")); in hasStrikethroughSpanBetween()
285 failWithoutActual(simpleFact("Spanned must not be null")); in hasAlignmentSpanBetween()
325 failWithoutActual(simpleFact("Spanned must not be null")); in hasForegroundColorSpanBetween()
366 failWithoutActual(simpleFact("Spanned must not be null")); in hasBackgroundColorSpanBetween()
[all …]
/external/truth/extensions/java8/src/main/java/com/google/common/truth/
DOptionalDoubleSubject.java46 failWithoutActual(simpleFact("expected to be present")); in isPresent()
55 failWithoutActual( in isEmpty()
73 failWithoutActual(fact("expected to have value", expected), simpleFact("but was absent")); in hasValue()
DOptionalIntSubject.java45 failWithoutActual(simpleFact("expected to be present")); in isPresent()
54 failWithoutActual( in isEmpty()
68 failWithoutActual(fact("expected to have value", expected), simpleFact("but was absent")); in hasValue()
DOptionalLongSubject.java45 failWithoutActual(simpleFact("expected to be present")); in isPresent()
54 failWithoutActual( in isEmpty()
68 failWithoutActual(fact("expected to have value", expected), simpleFact("but was absent")); in hasValue()
DOptionalSubject.java47 failWithoutActual(simpleFact("expected to be present")); in isPresent()
56 failWithoutActual( in isEmpty()
78 failWithoutActual(fact("expected to have value", expected), simpleFact("but was empty")); in hasValue()
/external/truth/core/src/test/java/com/google/common/truth/
DExpectFailureTest.java154 failWithoutActual(
156 failWithoutActual(
/external/truth/extensions/proto/src/main/java/com/google/common/truth/extensions/proto/
DProtoSubject.java630 failWithoutActual( in isEqualTo()
642 failWithoutActual( in isEqualTo()
658 failWithoutActual( in isNotEqualTo()
669 failWithoutActual( in hasAllRequiredFields()
/external/grpc-grpc-java/context/src/test/java/io/grpc/testing/
DDeadlineSubject.java65 failWithoutActual( in isWithin()
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DPathSubject.java209 failWithoutActual( in withTarget()
280 failWithoutActual( in hasChildren()

12