fitnesse.resources.templates.searchResults.vm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fitnesse Show documentation
Show all versions of fitnesse Show documentation
The fully integrated standalone wiki, and acceptance testing framework.
The newest version!
Searching...
Type
Page
Tags
LastModified
#set( $hits = 0 )
#traverse( $resultResponder )
#set( $pagePath = $result.getPageCrawler().getFullPath().toString() )
#if($result.getData().hasAttribute("Suite"))
Suite
#end
#if($result.getData().hasAttribute("Test"))
Test
#end
$pagePath
#set ( $tags = $result.getData().getAttribute("Suites") )
$result.getData().getProperties().getLastModificationTime()
#set( $hits = $hits + 1 )
#end
To save this search as a link, paste the text below into a page.
[[Search below !-$page.getName()-! for <description>][$page.getPageCrawler().getFullPath()?$queryString]]
#if ($hits > 1)
#elseif ($hits == 1)
#else
#end