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

FitNesseRoot.files.templates.suiteHistoryXML.vm Maven / Gradle / Ivy



  $suiteExecutionReport.getVersion()
  $suiteExecutionReport.getRootPath()
  #foreach ($reference in $suiteExecutionReport.getPageHistoryReferences())
  
    $reference.getPageName()
    $reference.getDateString()
    $reference.getPageName()?pageHistory&resultDate=$reference.getResultDate()
    
      $reference.getTestSummary().getRight()
      $reference.getTestSummary().getWrong()
      $reference.getTestSummary().getIgnores()
      $reference.getTestSummary().getExceptions()
    
  
  #end
  
    $suiteExecutionReport.getFinalCounts().getRight()
    $suiteExecutionReport.getFinalCounts().getWrong()
    $suiteExecutionReport.getFinalCounts().getIgnores()
    $suiteExecutionReport.getFinalCounts().getExceptions()
  







© 2015 - 2024 Weber Informatics LLC | Privacy Policy