fmonniot / scala3mock

Mocking framework for Scala 3
https://francois.monniot.eu/scala3mock
Other
19 stars 1 forks source link

Call Ordering #6

Open fmonniot opened 10 months ago

fmonniot commented 10 months ago

The original scalamock library support call ordering as an expectation (https://scalamock.org/user-guide/ordering/). This library currently does not have it mostly because I tend to not use this feature particurlarly. I do not see why it couldn't be added though. Contributions welcome!