legacy-workflow-test / com.squareup.workflow.legacy.test / com.squareup.workflow.legacy.rx2.Reactor / assertFinish

assertFinish

fun <S : Any, E : Any, O : Any> Reactor<S, E, O>.assertFinish(fromState: S, event: E, output: O): Unit

Assert that when the given Reactor is in fromState, it will finish with output when it receives event.