By default, all expectations are unordered. If I want to require that one call happen immediately after another, I call Mocker.ordered, make those expectations, and call Mocker.unordered to avoid requiring a particular order afterward.
See Implementation
By default, all expectations are unordered. If I want to require that one call happen immediately after another, I call Mocker.ordered, make those expectations, and call Mocker.unordered to avoid requiring a particular order afterward.