summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorJaikiran Pai <jaikiran@apache.org>2020-11-28 19:23:38 +0530
committerJaikiran Pai <jaikiran@apache.org>2020-11-28 19:23:38 +0530
commit41c51907a42c5c48435197031ad5f9bea81c1032 (patch)
tree39b79d0831d8b7017c3daef43017ba722209f69d /manual
parentca5821430b7a660449c789cfbd587c7a77c7c035 (diff)
downloadant-41c51907a42c5c48435197031ad5f9bea81c1032.tar.gz
[junitlauncher] - Introduce the ability to let listener/result formatter implementations decide whether to use legacy or new style display names for test identifiers
Diffstat (limited to 'manual')
-rw-r--r--manual/Tasks/junitlauncher.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/manual/Tasks/junitlauncher.html b/manual/Tasks/junitlauncher.html
index ec14e0357..4a96e7149 100644
--- a/manual/Tasks/junitlauncher.html
+++ b/manual/Tasks/junitlauncher.html
@@ -402,6 +402,14 @@
is <strong>not</strong> set</a>.</td>
<td>No</td>
</tr>
+ <tr>
+ <td>useLegacyReportingName</td>
+ <td>Set to true, if the test identifiers reported by this listener should use legacy (JUnit4
+ style) names. Else set to false. Defaults to true.
+ <p><em>Since Ant 1.10.10</em></p>
+ </td>
+ <td>No</td>
+ </tr>
</table>
<h4>test</h4>