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

report.html.DEFAULT.templates.macros.section.hooks.vm Maven / Gradle / Ivy

The newest version!
#macro(includeHooks $keyword, $hooks, $status)

#if(!$hooks.isEmpty())
  
#set($hookId = $counter.next())
#foreach($hook in $hooks)
$keyword #if ($hook.location) $hook.location #end #includeDuration($hook.duration)
#includeMessage($hook.result.errorMessage, $hook.status.isPassed()) #includeOutput($hook.outputs, $hook.status.isPassed()) #includeEmbeddings($hook.embeddings)
#end
#end #end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy