mirror of
https://github.com/mas-cli/mas
synced 2025-02-17 04:58:32 +00:00
24 lines
1.3 KiB
Markdown
24 lines
1.3 KiB
Markdown
|
# 更多资源
|
||
|
|
||
|
## Quick Specs 的例子
|
||
|
|
||
|
很多公司、开源项目和独立开发者都使用了 Quick ,包括 [GitHub](https://github.com/github) 和 [ReactiveCocoa](https://github.com/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](http://qualitycoding.org/)**:一个关注单元测试的 iOS 开发博客。
|
||
|
- **[OCMock Tutorials](http://ocmock.org/support/)**:当你需要在测试中使用伪对象时,使用 OCMock 。
|
||
|
- **[Nocilla: Stunning HTTP stubbing for iOS and Mac OS X](https://github.com/luisobo/Nocilla)**:使用这个库来测试那些与互联网进行数据交换的代码。
|
||
|
- **[Pivotal Labs: Writing Beautiful Specs with Jasmine Custom Matchers](http://pivotallabs.com/writing-beautiful-specs-jasmine-custom-matchers/)**:参考 [the Nimble documentation](https://github.com/Quick/Nimble) ,了解如何用 Nimble 编写自定义的匹配器。
|
||
|
|
||
|
|