![JAR search and dependency download from the Maven repository](/logo.png)
ftl.surefire-xml-report.ftl Maven / Gradle / Ivy
<#ftl strip_whitespace=true>
<#macro renderTime time><#if time != 0><#assign asSecs=time/1000>${asSecs?string['0.###']}<#else>${time}#if>#macro>
<#assign properties=testsuite.getProperties()>
<#list properties.keySet() as name>
<#assign value = properties.get(name)>
#list>
<#list testsuite.getTestCases() as testcase>
<#if testcase.hasFailure()><#assign failure = testcase.getFailure()>${failure.stackTrace} #if>
#list>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy