storeIn

open infix fun storeIn(argName: NodeParameterKey<T, R>): StateCallbackBuilder<T, R>

Signals that the expectation should store its result using the given argument key.


open infix fun storeIn(rawArg: RawKey)

Signals that the expectation should store its result using the given raw key.


open infix fun storeIn(property: KProperty1<T, R?>): StateCallbackBuilder<T, R>

Signals that the expectation should store its result using the given property.