-
Notifications
You must be signed in to change notification settings - Fork 355
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
Comments
This was referenced Jun 26, 2021
This was referenced Aug 5, 2021
This was referenced Sep 5, 2021
This was referenced Oct 4, 2021
This was referenced Oct 18, 2021
This was referenced Oct 21, 2021
Merged
Merged
Closed
Closed
This was referenced Oct 21, 2021
1 task
This was referenced Mar 7, 2022
This was referenced Mar 15, 2022
This was referenced Apr 17, 2022
This was referenced May 3, 2022
1 task
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: