Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zaimramlan/ios-clean-swift-tdd
This is a sample project built using the CleanSwift template to showcase unit testing implementations.
https://github.com/zaimramlan/ios-clean-swift-tdd
clean-swift codable mock prototype unit-test
Last synced: about 1 month ago
JSON representation
This is a sample project built using the CleanSwift template to showcase unit testing implementations.
- Host: GitHub
- URL: https://github.com/zaimramlan/ios-clean-swift-tdd
- Owner: zaimramlan
- License: mit
- Created: 2019-03-06T18:05:23.000Z (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2019-05-26T20:39:16.000Z (over 5 years ago)
- Last Synced: 2024-11-17T22:32:13.525Z (3 months ago)
- Topics: clean-swift, codable, mock, prototype, unit-test
- Language: Swift
- Homepage:
- Size: 293 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CleanSwift TDD
This is a sample project built using the CleanSwift template to showcase unit testing implementations.
## Features
1. Unit Tests that covers the interaction between V-I-P and Worker elements
1. Mocking APIs using MockingJay pod
1. Decoding API responses using Swift's Codable## References
Template used:
- https://github.com/zaimramlan/clean-swift-templates
To learn more about Clean Swift and the VIP cycle, read:
- http://clean-swift.com/clean-swift-ios-architecture