seanhenry / SwiftMockGeneratorForXcode

An Xcode extension (plugin) to generate Swift test doubles automatically.
MIT License
748 stars 47 forks source link

New Swift parser ignores inheritance #12

Closed MercyBeat closed 6 years ago

MercyBeat commented 6 years ago

It seems like the parser change in release v1-beta.11 does not catch inherited members from parent protocols. It should traverse the inherited members.

seanhenry commented 6 years ago

Hi. Thanks for raising this issue. I’m working on a feature to support inherited protocol members and also multiple inherited protocols. I’ll post any updates here.

seanhenry commented 6 years ago

I've uploaded a release which supports mocks conforming to more than 1 protocol. See here for details.