How does this method affect expectation matching? There could be two ways it could work:
- Allow random order on all expectations set before or after calling this method.
- Allow random order on expectations set after calling this method while expectations set before calling this method are expected to be in order.
Which of the above (or some other logic) is the current functionality? The documentation seems to have skipped over this.