templates.report.part.summary.html Maven / Gradle / Ivy
$suiteName
Tests in Test Suite:
Method Count
Passed Tests Count
Failed Tests Count
Skipped Tests Count
Test Execution Time : $totalRunTime.
----------------------------------------------
Test Execution Date : $TimeStamp
#set( $odd = 1 )
#foreach( $miniTestResult in $tests )
#if ( $odd==1 )
#set($odd=0)
#else
#set($odd=1)
#end
$miniTestResult.getName()
$miniTestResult.getTotalMethod()
$miniTestResult.getInstancesPassed()
$miniTestResult.getInstancesFailed()
$miniTestResult.getInstancesSkipped()
#end
#if ( $odd==1 )
#else
#end
Total
$total.getTotalMethod()
$total.getInstancesPassed()
$total.getInstancesFailed()
$total.getInstancesSkipped()
© 2015 - 2025 Weber Informatics LLC | Privacy Policy