atArbitraryState
fun atArbitraryState(traceLength: Int = 100, clockGenerator: Arb<Duration> = fpsClockGenerator(), check: SampleScope.() -> Unit)(source)
Advances the FRP graph to an arbitrary state in the state space, after which assertions can be run with check.
Useful for checking simple invariants in an FRP system.