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

templates.greenpepper.confluence.execution.sut-configuration.vm Maven / Gradle / Ivy

There is a newer version: 4.2.4
Show newest version

	#if (!$action.actionErrors.isEmpty())
		
	#end
	#set($counter = 0)
	#foreach($sut in $action.projectSystemUnderTests)
		#if($action.isInSpecificationSelection($sut))
			#set($counter = $counter + 1)
			
		#end
	#end
	#if($action.projectSystemUnderTests.size() != $counter)
		
		#foreach($sut in $action.projectSystemUnderTests)
			#if(!$action.isInSpecificationSelection($sut))
				#set($counter = $counter + 1)
				
			#end
		#end
	#end
	
$action.getText('greenpepper.page.configtitle') $action.getText('greenpepper.page.done')
#foreach($error in $action.actionErrors) $action.getText($error)
#end
$sut.name
$sut.name
#if($action.refreshAll && $action.actionErrors.isEmpty())#end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy