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

ftl.jbehave-maps.ftl Maven / Gradle / Ivy

There is a newer version: 5.2.0
Show newest version
<#ftl strip_whitespace=true>
<#macro renderStat stats name description class=""><#assign value = stats.get(name)!"N/A"><#if (value != "0")>${description} ${value}<#else>${description} ${value}




JBehave Maps







Story Maps

<#assign lanes = storyLanes.getLanes()> <#assign stories = storyLanes.getStories()> <#list lanes as lane> <#list stories as story> <#list lanes as lane>
Story Name${lane}
${story.name} <#assign inLane = storyLanes.inLane(lane, story)> ${inLane?string("x", "")}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy