Skip to content

[JUnit5] support package-private test methods + minor refactoring #14

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

Merged
merged 1 commit into from
Feb 12, 2019

Conversation

grimsa
Copy link
Collaborator

@grimsa grimsa commented Feb 5, 2019

Addresses #13

Fixed SnapshotMatcher#getMethod to use recursive lookup via Class#getDeclaredMethod rather than checking via Class#getMethod (which includes only public methods).

Did some code cleanup in related methods as well.

@andrebonna andrebonna merged commit 4479e51 into json-snapshot:master Feb 12, 2019
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.

2 participants