Replies: 1 comment 1 reply
-
Are you using a build tool? Which one? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
From the documentation:
(Emphasis mine.)
I remember that in the past an
opens my.pkg;
directive was required in themodule-info.java
file was required to execute package-private test classes/methods residing in that package.Recently I removed such an existing
opens
and expected some package-private tests to fail – but they ran successfully.With a recent JUnit version, what does "simplify testing on the module path" mean?
Beta Was this translation helpful? Give feedback.
All reactions