The AnyOrder class is what underlies the add_any_order() methods on MockSession and other Container classes.
AnyOrder instances are used to assert that the order in which a group of API function calls occur is unimportant, only that they do indeed occur (in contrast with Sequence).