Searched defs:expectThat (Results 1 – 1 of 1) 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 …]