erikdoe / ocmock

Mock objects for Objective-C
http://ocmock.org
Apache License 2.0
2.16k stars 606 forks source link

Allow expectation to complete in test #395

Closed dmaclach closed 4 years ago

dmaclach commented 4 years ago

Right now there is a chance that the async code will run while another test is executing.

This allows the expectation to complete before starting another test.