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

template.report.html.vm Maven / Gradle / Ivy

There is a newer version: 0.10.1
Show newest version

  
    
    ${title}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

    
    
    
    
    

    
    
    
    
    
    
    
  
  
    #if ( ${classTestDoc} )
    
${classTestDoc} (${className})
#else
${className}
#end #if ( ${funcTestDoc} )
${funcTestDoc} (${funcName})
#else
${funcName}
#end
#foreach( $codeLine in $codeBody ) #if( ${codeLine.hasError()} ) #set( $lineClass = "errorLine" ) #elseif( ${codeLine.isAlreadyRun()} ) #set( $lineClass = "successLine" ) #else #set( $lineClass = "notRunLine" ) #end #if( ${codeLine.getParentTtId()} ) #set( $dataTtParentId = "data-tt-parent-id=${codeLine.getParentTtId()}" ) #else #set( $dataTtParentId = "" ) #end #end
${codeLine.getPageTestDoc()} ${codeLine.getTestDoc()} ${codeLine.getCodeLine().getCode().getOriginal()}

    #foreach( $capture in $captures )
  • #end
#if( ${errMsg} )
[Error]
${errMsg}
#end
#foreach( $codeLine in $codeBody ) #foreach ( $funcArgTestDoc in ${codeLine.getFuncArgTestDocs()} )
${funcArgTestDoc}
#end #end




© 2015 - 2024 Weber Informatics LLC | Privacy Policy