-
For details on writing tests for
jtreg
, see The JDK Test Framework: Tag Language Specification. -
For details on building
jtreg
, see doc/building.md. -
For additional details about
jtreg
, see Thejtreg
FAQ. -
For details on running JDK tests using the JDK make test framework, see Using "make test" (the run-test framework).
The jtreg
repo also contains a plugin for the IntelliJ IDEA IDE.
This is a convenience plugin which adds jtreg
capabilities to the IDE.
With this plugin, OpenJDK developers can write, run, and debug jtreg
tests
without leaving their IDE environment. For more details, see the file
plugins/idea/README.md in this repo.