TSAsyncTesting 1.2× TestsTested ✓ LangLanguage Obj-CObjective C License MIT ReleasedLast Release Dec 2014Maintained by Tobias Sundstrand, Tobias Sundstand.Installation Guide×Installation Guide for TSAsyncTestingYou want to add pod 'TSAsyncTesting', '~> 1.2' similar to the following to your Podfile:target 'MyApp' do pod 'TSAsyncTesting', '~> 1.2' endThen run a pod install inside your terminal, or from CocoaPods.app.Alternatively to give it a test run, run the command:pod try TSAsyncTestingSee PodspecGitHub RepoPage on CocoaPods.orgTSAsyncTesting 1.2ByTobias SundstrandLaptobbelaptobbe/TSAsyncTestingGitHub Repo TSAsyncTesting is a helper for testing async code. It simplifies the process of waiting for async callbacks. It lets you easily set timeouts for you asynchronous callbacks. It provides convenience methods for testing code on a background queue/thread.