# その他の参考資料

## Quick のテストのサンプル

Quick は[GitHub](https://github.com/github)や[ReactiveCocoa](https://github.com/ReactiveCocoa)を含む多くの企業、OSS プロジェクト、個人で利用されています。

下記リポジトリを参考にしてみてください。

- 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/Moya/Moya
- https://github.com/nerdyc/Squeal
- https://github.com/pepibumur/SugarRecord

## OS X と iOS Apps のテストに関する参考資料

- **[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/)**:
  Nimble の matcher の書き方に関するドキュメントはこちら([the Nimble documentation](https://github.com/Quick/Nimble))
