An open API service indexing awesome lists of open source software.

https://github.com/hltech/papuga


https://github.com/hltech/papuga

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

          

![Papuga](Images/papuga.png)
[![Build Status](https://img.shields.io/travis/HLTech/Papuga.svg)](https://travis-ci.org/HLTech/Papuga)
[![Pod Version](http://img.shields.io/cocoapods/v/Papuga.svg?style=flat)](http://cocoadocs.org/docsets/Papuga/)
[![Pod Platform](https://img.shields.io/cocoapods/p/Papuga.svg)](http://cocoadocs.org/docsets/Papuga/)

# Papuga
Papuga (/papuɡa/) is a mocking framework for unit tests which brings experience similar to [Mockito](https://github.com/mockito/mockito) and [SwiftyMocky](https://github.com/MakeAWishFoundation/SwiftyMocky). Framework uses [Sourcery](https://github.com/krzysztofzablocki/Sourcery) which scans swift files and generates mock classes for you.

## Installation
Papuga is available through [CocoaPods](https://cocoapods.org). To install it, simply add the following line to your Podfile:

```ruby
pod 'Papuga'
```

## Example
To run the example project, clone the repo and run `pod install` from the Example directory first or just run `pod try Papuga`.

## TODO
- [ ] Detailed description
- [ ] How-to with examples
- [ ] Documentation
- [ ] Tests

## Author
[Kamil Wyszomierski](https://github.com/Filozoff), kamil.wyszomierski@gmail.com

## License
Papuga is available under the MIT license. See the [LICENSE](LICENSE) for more info.