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