square / workflow-kotlin

A Swift and Kotlin library for making composable state machines, and UIs driven by those state machines.

Home Page:https://square.github.io/workflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: doNotExpectWorker()

csydserff opened this issue · comments

In order to test if a certain worker does not run, we need to set requireExplicitWorkerExpectations() and explicitly define every single worker that should be run. It would be much easier and more readable if there was a doNotExpectWorker() function.

Subset of #653