![JAR search and dependency download from the Maven repository](/logo.png)
fitnesse.resources.templates.testResults.vm Maven / Gradle / Ivy
$response.Version
$response.RootPath
#foreach ($result in $response.Results)
$!result.right
$!result.wrong
$!result.ignores
$!result.exceptions
$result.dateString
$result.runTimeInMillis
#escape($result.Content)
$result.RelativePageName
#if($result.Tags)
#escape($result.Tags)
#end
#if($result.Instructions.size() > 0)
#foreach($instructionResult in $result.Instructions)
#escape($instructionResult.Instruction)
#escape($instructionResult.SlimResult)
#foreach($expectation in $instructionResult.Expectations)
#if($expectation.Status)
$expectation.Status
#end
$expectation.InstructionId
#if($expectation.Col)
$expectation.Col
#end
#if($expectation.Row)
$expectation.Row
#end
#escape($expectation.Type)
#if($expectation.Actual)
#escape($expectation.Actual)
#end
#if($expectation.Expected)
#escape($expectation.Expected)
#end
#if($expectation.EvaluationMessage)
#escape($expectation.EvaluationMessage)
#end
#end
#end
#end
#end
#foreach ($log in $response.executionLogs)
#escape($log.testSystemName)
#escape($log.command)
#escape($log.exitCode)
#if( $log.stdOut )
#escape($log.stdOut)
#end
#if( $log.stdErr )
#escape($log.stdErr)
#end
#foreach( $exception in $log.exceptions)
#escape($exception.message)
#end
#end
#if($response.FinalCounts)
$response.FinalCounts.Right
$response.FinalCounts.Wrong
$response.FinalCounts.Ignores
$response.FinalCounts.Exceptions
$response.TotalRunTimeInMillis
#end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy