Mock protocols inherited from NSObjectProtocol #329
Labels
awaiting response
A Cuckoo maintainer is awaiting response from the issue/PR author/community.
enhancement
good first issue
If you're looking to contribute, this issue is the way to go!
I am trying to mock a protocol inheriting from
NSObjectProtocol
. This seems like a common scenario, but I don't see it mentioned.NSObjectProtocol
toCuckoo generate
. I am using this protocol generated by Xcode:MockNSObjectProtocol
have compilation issues:(see #328)
(seems like #304)
(copied into #330)
I am stuck at this stage. I assume this is the way it supposed to work, bar generator issues.
The text was updated successfully, but these errors were encountered: