Mocker.ordered

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.

class Mocker
void
ordered
(
)

Meta