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

templates.report.part.summary.html Maven / Gradle / Ivy

$suiteName

#set( $odd = 1 ) #foreach( $miniTestResult in $tests ) #if ( $odd==1 ) #set($odd=0) #else #set($odd=1) #end #end #if ( $odd==1 ) #else #end
Tests in Test Suite: Method Count Passed Tests Count Failed Tests Count Skipped Tests Count
Test Execution Time : $totalRunTime.
----------------------------------------------
Test Execution Date : $TimeStamp
$miniTestResult.getName() $miniTestResult.getTotalMethod() $miniTestResult.getInstancesPassed() $miniTestResult.getInstancesFailed() $miniTestResult.getInstancesSkipped()
Total $total.getTotalMethod() $total.getInstancesPassed() $total.getInstancesFailed() $total.getInstancesSkipped()




© 2015 - 2025 Weber Informatics LLC | Privacy Policy