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

.bradleysmithllc.etlunit.etlunit-core.4.6.0-eu.source-code.betterHtmlReportIndex.vm Maven / Gradle / Ivy

The newest version!


		
    
    
    
		

	





			#if($hasPasses)
			  
			#end
			#if($hasIgnores)
			  
			#end
			#if($hasFailures)
				
			#end
			#if($hasErrors)
				
			#end
			#if($hasWarnings)
			  
			#end
				
			#if($hasPasses)
				
			#end
			#if($hasIgnores)
				
			#end
			#if($hasFailures)
				
			#end
			#if($hasErrors)
				
			#end
			#if($hasWarnings)
				
			#end
			  
#foreach( $testPkg in $packageResults )
			
			#if($hasPasses)
				
			#end
			#if($hasIgnores)
				
			#end
			#if($hasFailures)
				
			#end
			#if($hasErrors)
			  
			#end
			#if($hasWarnings)
				
			#end
			  
	#foreach( $testCls in $testPkg.classResults )
			#end
	  		
			#if($hasPasses)
				  
			#end
			#if($hasIgnores)
				  
			#end
			#if($hasFailures)
			  
			#end
			#if($hasErrors)
			  
			#end
			#if($hasWarnings)
			  
			#end
				
		#foreach( $test in $testCls.tests )
		
		#if($hasPasses)
		  
		#end
		#if($hasIgnores)
		  
		#end
		#if($hasFailures)
		  
		#end
		#if($hasErrors)
		  
		#end
		#if($hasWarnings)
		  
		#end
			
		#end
	#end
#end
	  
    Run DurationPassedIgnoredFailed FailuresError ErrorsWarning WarningsExecutor ID
All tests [application log] $testStatistics.testsRun $testStatistics.executorDurationFormatted [$testStatistics.durationFormatted]$testStatistics.testsPassed$testStatistics.testsIgnored$testStatistics.testsFailed $testStatistics.testFailures$testStatistics.testsErrored $testStatistics.testErrors$testStatistics.testsWarned $testStatistics.testWarnings
${testPkg.name} $testPkg.statistics.testsRun $testPkg.statistics.executorDurationFormatted [$testPkg.statistics.durationFormatted]$testPkg.statistics.testsPassed$testPkg.statistics.testsIgnored$testPkg.statistics.testsFailed $testPkg.statistics.testFailures$testPkg.statistics.testsErrored $testPkg.statistics.testErrors$testPkg.statistics.testsWarned $testPkg.statistics.testWarnings
 - ${testCls.cls.name}#if ($testCls.log) [log]$testCls.statistics.testsRun $testCls.statistics.executorDurationFormatted [$testCls.statistics.durationFormatted]$testCls.statistics.testsPassed$testCls.statistics.testsIgnored$testCls.statistics.testsFailed $testCls.statistics.testFailures$testCls.statistics.testsErrored $testCls.statistics.testErrors$testCls.statistics.testsWarned $testCls.statistics.testWarnings
   .${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$test.statistics.testsPassed$test.statistics.testsIgnored$test.statistics.testsFailed $test.statistics.testFailures$test.statistics.testsErrored $test.statistics.testErrors$test.statistics.testsWarned $test.statistics.testWarnings$test.executorId




© 2015 - 2024 Weber Informatics LLC | Privacy Policy