All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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}



<#assign properties=testsuite.getProperties()>
<#list properties.keySet() as name>
<#assign value = properties.get(name)>



<#list testsuite.getTestCases() as testcase>
<#if testcase.hasFailure()><#assign failure = testcase.getFailure()>${failure.stackTrace}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy