Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoopur Gupta2018-05-21 14:15:27 +0000
committerNoopur Gupta2018-05-21 14:15:27 +0000
commitef97242883bcba3d66dde6d3013ab6403aae17b0 (patch)
tree56c9a4d37f01144121ca761f3149c29d61e1bcaf
parent129898dc272f072b7885684f75cfb0597a5de5c3 (diff)
downloadeclipse.platform.common-ef97242883bcba3d66dde6d3013ab6403aae17b0.tar.gz
eclipse.platform.common-ef97242883bcba3d66dde6d3013ab6403aae17b0.tar.xz
eclipse.platform.common-ef97242883bcba3d66dde6d3013ab6403aae17b0.zip
Bug 533730: N&N for Photon (4.8)I20180521-2000
Removed the JUnit 5 entry with the note that it has been replaced with another functionality. Reorganized JUnit 5 section entries. Change-Id: I014f6738d2110cd5e0510bfe740cdae739ecc2f2
-rw-r--r--bundles/org.eclipse.jdt.doc.user/whatsNew/jdt_whatsnew.html33
1 files changed, 8 insertions, 25 deletions
diff --git a/bundles/org.eclipse.jdt.doc.user/whatsNew/jdt_whatsnew.html b/bundles/org.eclipse.jdt.doc.user/whatsNew/jdt_whatsnew.html
index efc38cb98..e0e5ab5ce 100644
--- a/bundles/org.eclipse.jdt.doc.user/whatsNew/jdt_whatsnew.html
+++ b/bundles/org.eclipse.jdt.doc.user/whatsNew/jdt_whatsnew.html
@@ -449,15 +449,15 @@ module hello {
</li>
<li>
- <p>Note: This functionality has been replaced with the new <a href="https://www.eclipse.org/eclipse/news/4.8/M3/#junit5-tags">Configure Tags</a> dialog in M3.</p>
- <p>You can provide tags to be included in or excluded from a test run via <b>Program arguments</b> in the Arguments tab of JUnit launch configuration. The options are: </p>
- <ul>
- <li>--include-tag &lt;String&gt;</li>
- <li>--exclude-tag &lt;String&gt;</li>
- </ul>
- <p>where &lt;String&gt; is a tag to be included in or excluded from the test run. These options can be repeated with newline separation:</p>
- <p><img src="images/junit-tags.png" alt=""/></p>
+ <p>You can provide tags to be included in or excluded from a test run in the <b>Configure Tags</b> dialog of JUnit launch configuration:</p>
+ <p><img src="images/junit-tags.png" alt=""/></p>
</li>
+
+ <li>
+ <p>In JUnit Jupiter, a method parameter of type <code>TestReporter</code> can be used to publish additional data about the current test run which can be viewed in the <b>Console view</b>:</p>
+ <p><img src="images/junit5-test-reporter.png" alt=""/></p>
+ <p><img src="images/junit5-test-reporter-console-view.png" alt=""/></p>
+ </li>
</ul>
<p><b>Note:</b></p>
@@ -477,23 +477,6 @@ module hello {
</td>
</tr>
-
- <tr id="junit5-tags">
- <td class="title">Configure tags to include and exclude in JUnit launch configuration</td>
- <td class="content">
- You can provide tags to be included in or excluded from a test run in the <b>Configure Tags</b> dialog of JUnit launch configuration:
- <p><img src="images/junit-tags.png" alt=""/></p>
- </td>
- </tr>
-
- <tr id="junit5-test-reporter-in-console">
- <td class="title"><code>TestReporter</code> entries displayed in Console view</td>
- <td class="content">
- In JUnit Jupiter, a method parameter of type <code>TestReporter</code> can be used to publish additional data about the current test run which can be viewed in the <b>Console view</b>:
- <p><img src="images/junit5-test-reporter.png" alt=""/></p>
- <p><img src="images/junit5-test-reporter-console-view.png" alt=""/></p>
- </td>
- </tr>
<!-- ******************* Java Editor ************************************* -->
<tr>

Back to the top