public abstract class AbstractBDDSoftAssertions extends Java6AbstractBDDSoftAssertions
proxies| Constructor and Description |
|---|
AbstractBDDSoftAssertions() |
then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, thenThrownByerrorsCollected, proxy, wasSuccesspublic PathAssert then(Path actual)
PathAssertactual - the pathpublic <T> OptionalAssert<T> then(Optional<T> actual)
Optional.T - the type of the value contained in the Optional.actual - the actual value.public OptionalDoubleAssert then(OptionalDouble actual)
OptionalDouble.actual - the actual value.public OptionalIntAssert then(OptionalInt actual)
OptionalInt.actual - the actual value.public OptionalLongAssert then(OptionalLong actual)
OptionalLong.actual - the actual value.public LocalDateAssert then(LocalDate actual)
LocalDateAssert.actual - the actual value.public LocalDateTimeAssert then(LocalDateTime actual)
LocalDateTimeAssert.actual - the actual value.public ZonedDateTimeAssert then(ZonedDateTime actual)
ZonedDateTimeAssert.actual - the actual value.public LocalTimeAssert then(LocalTime actual)
LocalTimeAssert.actual - the actual value.public OffsetTimeAssert then(OffsetTime actual)
OffsetTimeAssert.actual - the actual value.public OffsetDateTimeAssert then(OffsetDateTime actual)
OffsetDateTimeAssert.actual - the actual value.public <T> CompletableFutureAssert<T> then(CompletableFuture<T> actual)
CompletableFuture.T - the type of the value contained in the CompletableFuture.future - the actual value.public <T> PredicateAssert<T> then(Predicate<T> actual)
Predicate.T - the type of the value contained in the Predicate.actual - the actual value.public IntPredicateAssert then(IntPredicate actual)
IntPredicate.actual - the actual value.public DoublePredicateAssert then(DoublePredicate actual)
DoublePredicate.actual - the actual value.public LongPredicateAssert then(LongPredicate actual)
DoublePredicate.actual - the actual value.public <ELEMENT> ListAssert<ELEMENT> then(Stream<? extends ELEMENT> actual)
ListAssert from the given Stream.
Be aware that to create the returned ListAssert the given the Stream is consumed so it won't be
possible to use it again. Calling multiple methods on the returned ListAssert is safe as it only
interacts with the List built from the Stream.
actual - the actual Stream value.Copyright © 2014–2016 AssertJ. All rights reserved.