A jtreg test can contain nested junit test actions, which result in multiple tests being run.
It would be nice if the plugin showed these in an itemized fashion in the test result dialogue. This will make it much easier to see which method failed if e.g. just a single test method or iteration of a test method failed.
As a bonus, displaying these itemized results in the UI, will allow a user to right-click -> run/debug any failed tests directly, without having to navigate to the failing test method in the editor. This will also make it possible to re-run just a single iteration of a parameterized test through the UI. Something that currently requires manually typing in the correct junit selector string in a manually created configuration.
It would be nice if the plugin showed these in an itemized fashion in the test result dialogue. This will make it much easier to see which method failed if e.g. just a single test method or iteration of a test method failed.
As a bonus, displaying these itemized results in the UI, will allow a user to right-click -> run/debug any failed tests directly, without having to navigate to the failing test method in the editor. This will also make it possible to re-run just a single iteration of a parameterized test through the UI. Something that currently requires manually typing in the correct junit selector string in a manually created configuration.
- links to
-
Review(master) openjdk/jtreg/260