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

Remove JMockit from Unit Tests #70

Open
rcgonzalezf opened this issue Jul 3, 2020 · 1 comment
Open

Remove JMockit from Unit Tests #70

rcgonzalezf opened this issue Jul 3, 2020 · 1 comment

Comments

@rcgonzalezf
Copy link
Owner

This one is tricky, since JMockit helps to test and instrument classes, but it's also slow and could hide architectural issues. A preference for simple Mockito with Dependency Injection tests will be added.

@rcgonzalezf
Copy link
Owner Author

The issue with the current status is that JMockit conflicts with Jacoco, I fixed the issue that was conflicting I worry this could continue happening.

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

No branches or pull requests

1 participant