You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some cases, we want to assert that a method cannot possibly be non-blocking.
We should consider introducing a way to determine if the scheduler has been checked or not, so that we can make assertions about the behaviour of the code (non-blocking or not).
expectdo# ...end.to_notbe_nondeterministic
The text was updated successfully, but these errors were encountered:
In some cases, we want to assert that a method cannot possibly be non-blocking.
We should consider introducing a way to determine if the scheduler has been checked or not, so that we can make assertions about the behaviour of the code (non-blocking or not).
The text was updated successfully, but these errors were encountered: