bitwizeshift / oxtest

🚧 A WIP rust unit-testing library
https://bitwizeshift.github.io/neotest
Apache License 2.0
0 stars 0 forks source link

Add sequence expectations #12

Open bitwizeshift opened 1 year ago

bitwizeshift commented 1 year ago

As an extension to #11 , it's sometimes necessary to provide an expectation that certain events happen in a certain order (e.g. A before B, not vice-versa). This task is to track defining a mechanism that allows expectations to be in a forced-sequence.