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

templates.detail.vm Maven / Gradle / Ivy

$!node.getType() - $node.filename - Result: $node.result.result.toString()

File: $node.id in

Details: $node.getDebugStringForThisNode()

#if ($node.result.thrown)

$node.result.thrown.message

$node.result.getStackTrace()
#end #foreach( $child in $node.children ) #set( $class = "") #if($child.getResult().getResult() == "PASSED") #set($class = 'class="success"') #elseif($child.getResult().getResult() == "FAILED") #set($class = 'class="error"') #end #end
$child.getDescription()




© 2015 - 2024 Weber Informatics LLC | Privacy Policy