Skip to content

Commit

Permalink
Add N&N for JUnit run/debug configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
fedejeanne authored and akurtakov committed Aug 17, 2023
1 parent 242c464 commit 60189cf
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
Binary file added news/4.29/images/junit-search-progress-bar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added news/4.29/images/junit-search-progress-dialog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions news/4.29/jdt.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,21 @@ <h2>Java&trade; XX Support </h2>
<h2>JUnit</h2>
</td>
</tr>
<tr id="junit-search-progress">
<td class="title"><a href="#junit-search-progress">Show progress when searching test methods in JUnit run/debug configuration</a></td>
<td class="content">
A progress dialog and a progress bar have been added to the <b>Run/Debug configurations</b> of JUnit tests.
<p>If the configuration references a <b>test method</b> then a search takes place, which sometimes requires some time and led previously to a UI freeze.
There is now a progress indication in the form of a progress dialog when first opening the <b>Run/Debug Configurations</b> dialog:</p>
<p><img src="images/junit-search-progress-dialog.png" alt="JUnit search progress dialog"/></p>
<p>Or in the form of a progress bar if the dialog is already opened:</p>
<p><img src="images/junit-search-progress-bar.png" alt="JUnit search progress bar"/></p>
<p>In case the search is canceled by the user, the cancelation will be reported in the notification area of the <b>Run/Debug Configurations</b> dialog,
the text field <b>Test method:</b> will be disabled and and the <b>Run/Debug</b> button will be disabled. The <b>Search...</b> button right next to
<b>Test method:</b> remains enabled and triggers the search again.</p>.
<p><img src="images/junit-search-progress-run-configuration.png" alt="JUnit search progress Run Configuration"/></p>
</td>
</tr>
<!-- ******************* End of JUnit ************************************* -->

<!-- ******************* Java Editor ************************************* -->
Expand Down

0 comments on commit 60189cf

Please sign in to comment.