.bradleysmithllc.etlunit.etlunit-core.4.6.0-eu.source-code.betterHtmlReportIndex.vm Maven / Gradle / Ivy
The newest version!
All Errors Failures Errors and Failures
Run
Duration
#if($hasPasses)
Passed
#end
#if($hasIgnores)
Ignored
#end
#if($hasFailures)
Failed
Failures
#end
#if($hasErrors)
Error
Errors
#end
#if($hasWarnings)
Warning
Warnings
#end
Executor ID
All tests [application log]
$testStatistics.testsRun
$testStatistics.executorDurationFormatted [$testStatistics.durationFormatted]
#if($hasPasses)
$testStatistics.testsPassed
#end
#if($hasIgnores)
$testStatistics.testsIgnored
#end
#if($hasFailures)
$testStatistics.testsFailed
$testStatistics.testFailures
#end
#if($hasErrors)
$testStatistics.testsErrored
$testStatistics.testErrors
#end
#if($hasWarnings)
$testStatistics.testsWarned
$testStatistics.testWarnings
#end
#foreach( $testPkg in $packageResults )
${testPkg.name}
$testPkg.statistics.testsRun
$testPkg.statistics.executorDurationFormatted [$testPkg.statistics.durationFormatted]
#if($hasPasses)
$testPkg.statistics.testsPassed
#end
#if($hasIgnores)
$testPkg.statistics.testsIgnored
#end
#if($hasFailures)
$testPkg.statistics.testsFailed
$testPkg.statistics.testFailures
#end
#if($hasErrors)
$testPkg.statistics.testsErrored
$testPkg.statistics.testErrors
#end
#if($hasWarnings)
$testPkg.statistics.testsWarned
$testPkg.statistics.testWarnings
#end
#foreach( $testCls in $testPkg.classResults )
- ${testCls.cls.name}#if ($testCls.log) [log] #end
$testCls.statistics.testsRun
$testCls.statistics.executorDurationFormatted [$testCls.statistics.durationFormatted]
#if($hasPasses)
$testCls.statistics.testsPassed
#end
#if($hasIgnores)
$testCls.statistics.testsIgnored
#end
#if($hasFailures)
$testCls.statistics.testsFailed
$testCls.statistics.testFailures
#end
#if($hasErrors)
$testCls.statistics.testsErrored
$testCls.statistics.testErrors
#end
#if($hasWarnings)
$testCls.statistics.testsWarned
$testCls.statistics.testWarnings
#end
#foreach( $test in $testCls.tests )
.${test.method.name}#if ($test.log) [log]#end#if (${test.hasDiff}) [diff]#end
#if (not $test.failureIds.empty)
#foreach( $failure in $test.failureIds )$failure#end
#end
#if (not $test.errorIds.empty)
#foreach( $error in $test.errorIds )$error.errorId#end
#end
#if (not $test.warningIds.empty)
#foreach( $warning in $test.warningIds )$warning#end
#end
$test.statistics.testsRun
$test.statistics.executorDurationFormatted
#if($hasPasses)
$test.statistics.testsPassed
#end
#if($hasIgnores)
$test.statistics.testsIgnored
#end
#if($hasFailures)
$test.statistics.testsFailed
$test.statistics.testFailures
#end
#if($hasErrors)
$test.statistics.testsErrored
$test.statistics.testErrors
#end
#if($hasWarnings)
$test.statistics.testsWarned
$test.statistics.testWarnings
#end
$test.executorId
#end
#end
#end
All Errors Failures Errors and Failures