Hi,
We are currently not supporting ordered calls. That is to say, when doing verification, we verify that all the expected calls were actually made, but we do not verify their order. In addition, once the recording is done, and a call is made, we check if there's an expectation on it. The call could be made either first or third, but Typemock does not store this information and therefore cannot verify it.
Can you post some code where and how you would use it? (You can invent your own API here :) ). I would also like to get people's opinions on it.