SenTestingKit in Xcode 4: Asynchronous testing?

前端 未结 5 1637
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-12 23:29

I have been searching for a way to use SenTestingKit to do some integration testing between my client-side code and our server. I haven\'t had any luck. It seems that once t

5条回答
  •  余生分开走
    2020-12-12 23:35

    Kiwi supports asynchronous testing. Kiwi is a Behavior Driven Development (BDD) library for iOS that extends SentTestingKit (OCUnit), so it's easy to set up & use.

    Also, check out:

    • iOS Tests/Specs TDD/BDD and Integration & Acceptance Testing.
    • Testing asynchronous code on iOS with OCunit

提交回复
热议问题