mirror of
https://github.com/mas-cli/mas
synced 2024-11-23 03:53:09 +00:00
1.3 KiB
1.3 KiB
更多资源
Quick Specs 的例子
很多公司、开源项目和独立开发者都使用了 Quick ,包括 GitHub 和 ReactiveCocoa。具体例子请参考以下链接:
- https://github.com/ReactiveCocoa/ReactiveCocoa
- https://github.com/github/Archimedes
- https://github.com/libgit2/objective-git
- https://github.com/jspahrsummers/RXSwift
- https://github.com/artsy/eidolon
- https://github.com/AshFurrow/Moya
- https://github.com/nerdyc/Squeal
- https://github.com/pepibumur/SugarRecord
关于 OS X 和 iOS 应用单元测试的更多信息
- Quality Coding:一个关注单元测试的 iOS 开发博客。
- OCMock Tutorials:当你需要在测试中使用伪对象时,使用 OCMock 。
- Nocilla: Stunning HTTP stubbing for iOS and Mac OS X:使用这个库来测试那些与互联网进行数据交换的代码。
- Pivotal Labs: Writing Beautiful Specs with Jasmine Custom Matchers:参考 the Nimble documentation ,了解如何用 Nimble 编写自定义的匹配器。