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

templates.greenpepper.configuration.suts.properties.vm Maven / Gradle / Ivy

The newest version!
#macro ( notEmptyString $value $id)
	#if($value)
		$value
	#else
		$action.getText('greenpepper.suts.none')
	#end
#end

		#notEmptyString($action.selectedSut.runner.name "sutRunnerName")
	
		#notEmptyString($action.selectedSut.fixtureFactory "sutFixtureFactory")
	
		#notEmptyString($action.selectedSut.fixtureFactoryArgs "sutFixtureFactoryArgs")
	
		#notEmptyString($action.selectedSut.projectDependencyDescriptor "sutProjectDependencyDescriptor")
	
$action.getText('greenpepper.suts.runnername')
$action.getText('greenpepper.suts.fixturefactory')
$action.getText('greenpepper.suts.fixturefactoryargs')
$action.getText('greenpepper.suts.projectdependencydescriptor')




© 2015 - 2025 Weber Informatics LLC | Privacy Policy