Summary

#set($index = 1) #set($actionTotal = 0) #foreach($table in $tables) #set($actionTotal = $actionTotal + $table.getCheckedTotalCount('Actions')) #set($index = $index + 1) #end
No. Test Package Test Class Test Method Count of Action
$index $table.testPackageName $table.testClassName $table.name $table.getCheckedTotalCount('Actions')
Total $actionTotal

Decision Table

#foreach($table in $tables)
#foreach($method in $table.testMethods) #end #foreach($type in $table.getTypeList()) #if($type.depth == 0) #else #end #foreach($method in $table.testMethods) #end #end
$table.testClassName $table.name
Conditions and Actions$method.name
  $type.name#foreach($dummy in [1..$type.depth])    #end   $type.name$method.getCheckState($type)
#end