XWiki Rendering Framework » Test Syntax Report

Changes for document Test Syntax Report

Last modified by Vincent Massol on 2013/06/14 13:35
From version 17.1
edited by Vincent Massol
on 2012/05/18 14:26
To version 18.1
edited by Vincent Massol
on 2012/05/18 14:28
Change comment: There is no comment for this version

Content changes

... ... @@ -34,7 +34,7 @@
34 34 println "|(% style='background-color: #${colors.get("NOT_APPLICABLE")}' %)|Not supported"
35 35 if (!descriptions.isEmpty()) {
36 36 println ""
37 - println "**Test Descriptions**"
37 + println "**Test Descriptions** (${ctsTestNames.size()} tests)"
38 38 ctsTestNames.each() { name ->
39 39 println "|${name}|${descriptions.get(name)}"
40 40 }