Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phatblat/unittestingwithquick
Presentation of iOS and macOS unit testing using the Quick & Nimble frameworks.
https://github.com/phatblat/unittestingwithquick
Last synced: 5 days ago
JSON representation
Presentation of iOS and macOS unit testing using the Quick & Nimble frameworks.
- Host: GitHub
- URL: https://github.com/phatblat/unittestingwithquick
- Owner: phatblat
- License: mit
- Created: 2020-03-03T02:58:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-22T05:34:31.000Z (over 2 years ago)
- Last Synced: 2024-10-31T05:02:42.432Z (about 2 months ago)
- Language: Swift
- Size: 10.5 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Unit Testing with Quick (and Nimble)
- Presented at [360|iDev 2020](https://360idev.com/sessions/unit-testing-with-quick-and-nimble/)
on Monday 2020-08-17
- Presented at Mobile Developer Community of Practice,
an internal virtual gathering at Kaiser Permanente, on 2020-05
- Presented at [Cocoaheads Denver](https://www.meetup.com/CocoaheadsDenver/)
on Tuesday 2020-03-10 at Galvanize (Platte)## 🗞 Contents
- [Example Xcode Project](Example/)
- [Presentation Slides (PDF)](https://github.com/phatblat/UnitTestingWithQuick/blob/master/presentation.pdf)
- [Presentation Source (Markdown)](presentation.md)
- Presented using [Deckset](https://www.deckset.com/)## ⚒️ Example
The Xcode project containing example tests lives in the `Example/` folder.
Note that this project uses CocoaPods, so you'll want to open the `xcworkspace` file,
**not** the `xcodeproj` file.```bash
open Example/UnitTestingWithQuick.xcworkspace
```## 📄 License
This repo is licensed under the MIT License. See the [LICENSE](LICENSE.md) file for rights and limitations.