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

reporter.templates.report.perf.vm Maven / Gradle / Ivy

There is a newer version: 5.1.13
Show newest version


	
	
		#foreach ($testInfo in $testInfos.entrySet())
			
		#end
		
	
	#foreach ($testStep in $testSteps)
		#set($stepDuration = $testStep.getDuration() / 1000.0)
		
		#if ($testStep.getFailed() && $testStep.getActionException())
			#if (${testStep.getActionException().class.name.equals("org.testng.SkipException")})
				
			#else
				
				
				
			#end
		#elseif($testStep.getFailed() && !$testStep.getActionException())
			
			
			
		#end
		
	#end
	
	




© 2015 - 2025 Weber Informatics LLC | Privacy Policy