public class OngoingPrecondition<T>
extends java.lang.Object
Constructor and Description |
---|
OngoingPrecondition(AssertionBuilder builder,
Expression<T> whenSource) |
OngoingPrecondition(AssertionBuilder builder,
T source) |
Modifier and Type | Method and Description |
---|---|
OngoingPrecondition<T> |
isEqualTo(Expression<T> other) |
OngoingPrecondition<T> |
isEqualTo(T other) |
OngoingPrecondition<T> |
or() |
OngoingAllBooleanExcludableCondition |
thenAssertAllBoolean(java.util.Set<? extends Expression<java.lang.Boolean>> thatSource) |
OngoingAnyBooleanCondition |
thenAssertAtLeastOneBooleanOf(Expression<? extends java.lang.Iterable<java.lang.Boolean>> thatSource) |
OngoingBooleanCondition |
thenAssertBoolean(java.lang.Boolean thatSource) |
OngoingBooleanCondition |
thenAssertBoolean(Expression<java.lang.Boolean> thatSource) |
OngoingBooleanCondition |
thenAssertLatestBooleanOf(Expression<? extends java.lang.Iterable<java.lang.Boolean>> buffered) |
<T1> OngoingCondition<T1> |
thenAssertThat(Expression<T1> thatSource) |
<T1> OngoingCondition<T1> |
thenAssertThat(T1 thatSource) |
public OngoingPrecondition(AssertionBuilder builder, Expression<T> whenSource)
public OngoingPrecondition(AssertionBuilder builder, T source)
public OngoingPrecondition<T> isEqualTo(Expression<T> other)
public OngoingPrecondition<T> isEqualTo(T other)
public OngoingPrecondition<T> or()
public final <T1> OngoingCondition<T1> thenAssertThat(Expression<T1> thatSource)
public final <T1> OngoingCondition<T1> thenAssertThat(T1 thatSource)
public final OngoingBooleanCondition thenAssertBoolean(Expression<java.lang.Boolean> thatSource)
public final OngoingAllBooleanExcludableCondition thenAssertAllBoolean(java.util.Set<? extends Expression<java.lang.Boolean>> thatSource)
public final OngoingAnyBooleanCondition thenAssertAtLeastOneBooleanOf(Expression<? extends java.lang.Iterable<java.lang.Boolean>> thatSource)
public final OngoingBooleanCondition thenAssertBoolean(java.lang.Boolean thatSource)
public OngoingBooleanCondition thenAssertLatestBooleanOf(Expression<? extends java.lang.Iterable<java.lang.Boolean>> buffered)