Kolos65 / Mockable

A Swift macro driven auto-mocking library.
MIT License
199 stars 14 forks source link

Excluding private modifiers for mock members #49

Closed hainayanda closed 2 weeks ago

hainayanda commented 1 month ago

Exclude private modifiers for mock members like function, init, properties, etc. This is to address my reported issues here

Kolos65 commented 1 month ago

I fixed the CI build issue, pls rebase.

hainayanda commented 2 weeks ago

@Kolos65 rebased and resolved according to your comment. Please proceed.