Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Excluding private modifiers for mock members #49

Merged
merged 1 commit into from
Jun 22, 2024

Conversation

hainayanda
Copy link
Contributor

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

Copy link
Owner

@Kolos65 Kolos65 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR @hainayanda 🚀

I have 3 minor changes requested. (also there is an issue with the CI build, I will fix that soon)

@Kolos65
Copy link
Owner

Kolos65 commented Jun 4, 2024

I fixed the CI build issue, pls rebase.

@hainayanda hainayanda force-pushed the excluding-private-modifiers branch from 4963a23 to c4a5dee Compare June 18, 2024 11:57
@hainayanda
Copy link
Contributor Author

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

@hainayanda hainayanda requested a review from Kolos65 June 22, 2024 06:15
@Kolos65 Kolos65 merged commit 73a312e into Kolos65:main Jun 22, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mockable on Private Protocol Cannot Be Initialized Due to Private Initializer
2 participants