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

Separate tests depending on jMockit into separate test submodule #4109

Closed
jansupol opened this issue Apr 24, 2019 · 0 comments
Closed

Separate tests depending on jMockit into separate test submodule #4109

jansupol opened this issue Apr 24, 2019 · 0 comments
Labels
Milestone

Comments

@jansupol
Copy link
Contributor

jMockit needs to run a java agent for the classes to be properly instrumented. However, the jMockit agent now runs for each test, but only a minority of them require jMockit.

Separation of tests into a module prevents any side effects of jMockit trying to instrument the tests without jMockit dependency

@jansupol jansupol closed this as completed Jun 5, 2019
@jansupol jansupol added this to the 2.29 milestone Jun 5, 2019
@senivam senivam added the 2.29 label Jun 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants