ExpectationStateCallbackBuilder
class ExpectationStateCallbackBuilder<T, R>(builderFunc: (StateCallback<T, R, *>?) -> Expectation<T, R>) : Buildable<Expectation<T, R>> , StateCallbackBuilder<T, R>
A builder for state callbacks that get added to an expectation.
This is the object used for the right-hand side of the expect() ...
DSL.
Functions
Link copied to clipboard
Builds this expectation
Link copied to clipboard
Compose the current state callback with the provided stateCallback.
Link copied to clipboard
Signals that the expectation should store its result using the given argument key.
Signals that the expectation should store its result using the given raw key.
Signals that the expectation should store its result using the given property.