Searched defs:expectThat (Results 1 – 4 of 4) sorted by relevance
76 protected final <ComparableT extends Comparable<?>> ComparableSubject<ComparableT> expectThat( in expectThat() method in AbstractExpectableTestCase81 protected final BigDecimalSubject expectThat(BigDecimal actual) { in expectThat() method in AbstractExpectableTestCase85 protected final Subject expectThat(Object actual) { in expectThat() method in AbstractExpectableTestCase90 protected final ClassSubject expectThat(Class<?> actual) { in expectThat() method in AbstractExpectableTestCase94 protected final ThrowableSubject expectThat(Throwable actual) { in expectThat() method in AbstractExpectableTestCase98 protected final LongSubject expectThat(Long actual) { in expectThat() method in AbstractExpectableTestCase102 protected final DoubleSubject expectThat(Double actual) { in expectThat() method in AbstractExpectableTestCase106 protected final FloatSubject expectThat(Float actual) { in expectThat() method in AbstractExpectableTestCase110 protected final IntegerSubject expectThat(Integer actual) { in expectThat() method in AbstractExpectableTestCase114 protected final BooleanSubject expectThat(Boolean actual) { in expectThat() method in AbstractExpectableTestCase[all …]
76 protected final <ComparableT extends Comparable<?>> ComparableSubject<ComparableT> expectThat( in expectThat() method in ExpectableTestCase81 protected final BigDecimalSubject expectThat(BigDecimal actual) { in expectThat() method in ExpectableTestCase85 protected final Subject expectThat(Object actual) { in expectThat() method in ExpectableTestCase90 protected final ClassSubject expectThat(Class<?> actual) { in expectThat() method in ExpectableTestCase94 protected final ThrowableSubject expectThat(Throwable actual) { in expectThat() method in ExpectableTestCase98 protected final LongSubject expectThat(Long actual) { in expectThat() method in ExpectableTestCase102 protected final DoubleSubject expectThat(Double actual) { in expectThat() method in ExpectableTestCase106 protected final FloatSubject expectThat(Float actual) { in expectThat() method in ExpectableTestCase110 protected final IntegerSubject expectThat(Integer actual) { in expectThat() method in ExpectableTestCase114 protected final BooleanSubject expectThat(Boolean actual) { in expectThat() method in ExpectableTestCase[all …]
190 protected final ProtoSubject expectThat(@Nullable Message message) { in expectThat() method in ProtoSubjectTestBase194 protected final <M extends Message> IterableOfProtosSubject<M> expectThat(Iterable<M> messages) { in expectThat() method in ProtoSubjectTestBase198 protected final <M extends Message> MapWithProtoValuesSubject<M> expectThat(Map<?, M> map) { in expectThat() method in ProtoSubjectTestBase202 protected final <M extends Message> MultimapWithProtoValuesSubject<M> expectThat( in expectThat() method in ProtoSubjectTestBase
136 private LiteProtoSubject expectThat(@Nullable MessageLite m) { in expectThat() method in LiteProtoSubjectTest140 private Subject expectThat(@Nullable Object o) { in expectThat() method in LiteProtoSubjectTest