rokridi
rokridi
Hello 👋 The current `AutoMockable.stencil` `(version 2.1.7)` does not properly handle methods with variadic parameters, which causes a compilation failure. Example: Given the following protocol: ```swift // sourcery: AutoMockable protocol...
Hello 👋 The current `AutoMockable.stencil` has some issues that related to generating mocks for methods. If a `closure` contains multiple `existential` parameters then the corresponding generated code will not compile...
Hello 👋 The current `AutoMockable.stencil` does not properly handle methods methods having closure parameters with more than a single parameter. Example: ``` Swift // sourcery: AutoMockable protocol MyProtocol { func...