jhalterman/concurrentunit

Add verifyResumes

jhalterman opened this issue · 1 comments

Add a method to verify resumes - ex: verifyResumes(int). This could be useful to assert that resume is not called more than expected, such as after await is unblocked.

Can only be made to work when resumes are ensured to occur after awaits.