TSAsyncTesting 1.2× 测试已测试✓ Lang语言 Obj-CObjective C许可 MIT Released最后发布2014年12月由Tobias Sundstrand、Tobias Sundstand维护。安装指南×TSAsyncTesting 安装指南您需要在 Podfile 中添加类似以下内容:pod 'TSAsyncTesting', '~> 1.2'target 'MyApp' do pod 'TSAsyncTesting', '~> 1.2' end然后在终端中运行 pod install,或者从 CocoaPods.app 中进行。或者为了测试运行,运行以下命令:pod try TSAsyncTesting查看 PodspecGitHub 仓库CocoaPods.org 上的页面TSAsyncTesting 1.2由Tobias SundstrandLaptobbelaptobbe/TSAsyncTestingGitHub 仓库 TSAsyncTesting 是一个测试异步代码的辅助工具。 它简化了等待异步回调的过程。 它允许您轻松地为异步回调设置超时。 它为在后台队列/线程上测试代码提供便利方法。