Papuga (/papuɡa/) is a mocking framework for unit tests which brings experience similar to Mockito and SwiftyMocky. Framework uses Sourcery which scans swift files and generates mock classes for you.
Papuga is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'Papuga'
To run the example project, clone the repo and run pod install
from the Example directory first or just run pod try Papuga
.
- Detailed description
- How-to with examples
- Documentation
- Tests
Kamil Wyszomierski, kamil.wyszomierski@gmail.com
Papuga is available under the MIT license. See the LICENSE for more info.