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

Generate CallMatcher on method call expressions #8

Closed
picimako opened this issue Mar 1, 2023 · 1 comment
Closed

Generate CallMatcher on method call expressions #8

picimako opened this issue Mar 1, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@picimako
Copy link
Owner

picimako commented Mar 1, 2023

Summary

Currently, CallMatcher initializers can be generated when invoked on Java method signatures, on the method name. To simplify things, extend the intention to be available on method call expressions as well.

Tasks

public void someMethod() {
  aCallToAnotherMethod();
}
@picimako picimako added the enhancement New feature or request label Mar 1, 2023
@picimako picimako added this to the v0.2.0 milestone Mar 1, 2023
@picimako picimako self-assigned this May 1, 2023
@picimako
Copy link
Owner Author

picimako commented May 2, 2023

Completed in v0.2.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant