I can use waitForExpectations() to test an asynchronous operation, but a 
real-world test often involves several async ops chained together. I'd like to 
abort the test if some of those operations fail to complete in a certain amount 
of time. Some ops should be quick, while later ops can take longer.

Is there any way to test this? Remember, each operation has to wait for the 
previous one to finish.

Thanks,

-- 
Rick Mann
rm...@latencyzero.com


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to