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, then, then, then, then, then, then, then, then, then, then, then, then, then, then, thenCode, thenThrownByerrorsCollected, fail, fail, fail, failBecauseExceptionWasNotThrown, proxy, shouldHaveThrown, wasSuccesspublic PathAssert then(Path actual)
PathAssertactual - the pathpublic <VALUE> OptionalAssert<VALUE> then(Optional<VALUE> actual)
Optional.VALUE - 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 InstantAssert then(Instant actual)
InstantAssert.actual - the actual value.public <RESULT> CompletableFutureAssert<RESULT> then(CompletableFuture<RESULT> actual)
CompletableFuture.RESULT - the type of the value contained in the CompletableFuture.actual - the actual value.public <T> SoftAssertionPredicateAssert<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,STREAM extends BaseStream<ELEMENT,STREAM>> ListAssert<ELEMENT> then(BaseStream<? extends ELEMENT,STREAM> actual)
ListAssert from the given BaseStream.
Be aware that to create the returned ListAssert the given the BaseStream 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 BaseStream.
This method accepts Stream and primitive stream variants
IntStream, LongStream and DoubleStream.
actual - the actual BaseStream value.Copyright © 2014–2017 AssertJ. All rights reserved.