MockSwift
MockSwift copied to clipboard
MockSwift is a Mock library written in Swift.
- [x] I have read the [CONTRIBUTING](https://github.com/leoture/MockSwift/blob/master/CONTRIBUTING.md). ###### 🔗 Closing issues This closes #132 # 📖 Summary Support for [Swift Testing](https://developer.apple.com/documentation/testing) Inspired by [Cuckoo](https://github.com/Brightify/Cuckoo/blob/73fcf3fe9894b6aac78ab907eb26213c0d570c6d/Source/MockManager.swift#L11) The implementation is checking if `XCTest`...
- [x] I have read the [CONTRIBUTING](https://github.com/leoture/MockSwift/blob/master/CONTRIBUTING.md). ## 🚀 Describe the feature you'd like Support for [Swift Testing](https://developer.apple.com/documentation/testing) Currently, Swift Testing is not supported. Validations like this does not cause...
- [x] I have read the [CONTRIBUTING](https://github.com/leoture/MockSwift/blob/master/CONTRIBUTING.md). ## 🐞 Describe the bug The generated mocks require importing modules in addition to my project module. However, the `MockSwift.stencil` template only imports...
- [x] I have read the [CONTRIBUTING](https://github.com/leoture/MockSwift/blob/master/CONTRIBUTING.md). ## 🐞 Describe the bug The auto-generated mocks using `MockSwift.template` and Sourcery have name conflicts with other classes in my project. Specifically, `Mock`...