resultsIn

infix inline suspend fun I.resultsIn(state: S)

Assert that Provider.state is equal to state


inline suspend fun <S> I.resultsIn()

Assert that Provider.state's state is of type S


infix inline suspend fun I.resultsIn(assertion: () -> Unit)

Assert that intent this passes checks defined in assertion


infix inline suspend fun I.resultsIn(action: A)

Assert that intent this results in action