Summary
No. |
Test Package |
Test Class |
Test Method |
Count of Action |
#set($index = 1) #set($actionTotal = 0) #foreach($table in $tables)
$index |
$table.testPackageName |
$table.testClassName |
$table.name |
$table.getCheckedTotalCount('Actions') |
#set($actionTotal = $actionTotal +
$table.getCheckedTotalCount('Actions')) #set($index = $index + 1) #end
Total |
$actionTotal |
Decision Table
#foreach($table in $tables)
$table.testClassName $table.name
Conditions and Actions |
#foreach($method in $table.testMethods)
$method.name |
#end
#foreach($type in $table.getTypeList())
#if($type.depth == 0)
$type.name |
#else
#foreach($dummy in [1..$type.depth])
#end $type.name |
#end #foreach($method in $table.testMethods)
$method.getCheckState($type) |
#end
#end
#end