public static class DataflowAssert.SingletonAssert<T>
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
DataflowAssert.SingletonAssert.AssertIs<T>
SerializableFunction that verifies that a value is equal to an
expected value.
|
| Modifier and Type | Method and Description |
|---|---|
DataflowAssert.SingletonAssert<T> |
is(T expectedValue)
Checks that the value of this SingletonAssert's view is equal
to the expected value.
|
DataflowAssert.SingletonAssert<T> |
satisfies(SerializableFunction<T,java.lang.Void> checkerFn)
Applies a SerializableFunction to check the value of this
SingletonAssert's view.
|
public DataflowAssert.SingletonAssert<T> satisfies(SerializableFunction<T,java.lang.Void> checkerFn)
Returns this SingletonAssert.
public DataflowAssert.SingletonAssert<T> is(T expectedValue)
Returns this SingletonAssert.