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

Feature: do inlining of interfaces only if really needed #236

Open
oleksiyp opened this issue Jan 26, 2019 · 1 comment
Open

Feature: do inlining of interfaces only if really needed #236

oleksiyp opened this issue Jan 26, 2019 · 1 comment

Comments

@oleksiyp
Copy link
Collaborator

Check #231 for how Channel is mocked. Besides subclassing(which is needed) MockK does inlining of a whole hierarchy of interfaces. No harm, but as well no big value.

Reducing these interfaces from instrumentation may speed up things, be less error-prone.

In case interfaces do not have any default methods they can be skipped.

@stale
Copy link

stale bot commented Jul 23, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If you are sure that this issue is important and should not be marked as stale just put an important tag.

@stale stale bot added the stale label Jul 23, 2019
@stale stale bot closed this as completed Jul 30, 2019
@oleksiyp oleksiyp added important and removed stale labels Nov 2, 2019
@oleksiyp oleksiyp reopened this Nov 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
MockK features
  
Awaiting triage
Development

No branches or pull requests

1 participant