A project that shows how to use some frameworks to unit test in Clean Swift architecture such as Cuckoo, Quick and Nimble and XCTest
First of all download and install Xcode and Cocoapods, then clone the repository
https://github.com/HelioMesquita/Sunscreen.git
Go to cloned directory and execute
pod install
Open the directory project and touble tap on TestExample.xcworkspace
- Quick - The Swift (and Objective-C) testing framework.
- Nimble - A Matcher Framework for Swift and Objective-C
- PromiseKit - Promises for Swift & ObjC.
- Cuckoo - Boilerplate-free mocking framework for Swift!