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

templates.greenpepper.confluence.execution.specificationList.vm Maven / Gradle / Ivy

The newest version!
#if($action.isSelfIncluded) #set($fieldId = 0)
#else #set($fieldId = -1)
#end


	#foreach ($aPage in $action.executableList)
		#if($action.forcedSystemUnderTests)
			#foreach($aSut in $greenPepper.getPageSystemsUnderTests($aPage))
				#if($greenPepper.isInSutList($aSut, $action.forcedSystemUnderTests))
					
						#set ($fieldId = $fieldId + 1)
						
				#end
			#end
		#else
			
				#set ($fieldId = $fieldId + 1)
				
		#end
	#end
#parse('/templates/greenpepper/confluence/execution/specification.vm')
#set($aSut = $greenPepper.getSelectedSystemUnderTest($aPage)) #parse('/templates/greenpepper/confluence/execution/specification.vm')




© 2015 - 2025 Weber Informatics LLC | Privacy Policy