
html.groups.html.vm Maven / Gradle / Ivy
$meta.reportTitle - $suite.name - Groups
#if ($meta.stylesheetPath)
#end
Groups for $suite.name
#foreach ($group in $groups.keySet())
$group
#foreach ($test in $groups.get($group))
${test.realClass.name}.${test.methodName}
#end
#end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy