ftl.jbehave-maps.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jbehave-core Show documentation
Show all versions of jbehave-core Show documentation
JBehave Core contains all the core functionality for running BDD stories.
<#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}#if>#macro>
JBehave Maps
Story Maps
<#assign lanes = storyLanes.getLanes()>
<#assign stories = storyLanes.getStories()>
Story Name
<#list lanes as lane>
${lane}
#list>
<#list stories as story>
${story.name}
<#list lanes as lane>
<#assign inLane = storyLanes.inLane(lane, story)>
${inLane?string("x", "")}
#list>
#list>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy