Testing asynchronous methods on iPhone -


I tried OCUnit, GTM, and iUnitTest but none of them support testing for asynchronous methods.

I tried OCUnit, GTM, and iUnitTest but none of them support testing for asynchronous methods. Do you test asynchronous methods on iPhone?

Have you tried to create local raillope in test case?

Here you can wait for the trial case to complete Asynchronous Call and can also check some timeline.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -