RFR: CODETOOLS-7903260: Fix support for JUnit tests in a system module

Iris Clark iris at openjdk.org
Tue Aug 23 21:37:47 UTC 2022


On Tue, 23 Aug 2022 21:26:48 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

> Please review a simple patch to allow a directory of TestNG or JUnit tests to be patched into a system module, in order to access package-private API.
> 
> The patch is just to export the package containing the patched test to the possibly-unnamed module containing the library code to run the tests.

Marked as reviewed by iris (Reviewer).

-------------

PR: https://git.openjdk.org/jtreg/pull/105


More information about the jtreg-dev mailing list