RFR: CODETOOLS-7903267: Support executing a single test method in a JUnit class

Jonathan Gibbons jjg at openjdk.org
Mon Sep 12 23:02:57 UTC 2022


On Mon, 12 Sep 2022 22:52:58 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

> As the title of this issue and pull request states, this new syntax only supports running one specific test (method) of a JUnit test (class).

While the motivation and code here is for JUnit, the mechanism is intended to be applicable to other test frameworks. There are a variety of such frameworks in the JDK test base, but we'll have to wait for this version of jtreg to be the default before we can use this feature in those frameworks.

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

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


More information about the jtreg-dev mailing list