()
| 55 | } |
| 56 | |
| 57 | @Test |
| 58 | public void testBasic() |
| 59 | { |
| 60 | createChecks(); |
| 61 | processThroughFreeMarker("<#list checks as obj>" + "${obj.shortname}" |
| 62 | + "</#list>", "WillRefFort"); |
| 63 | } |
| 64 | |
| 65 | @Test |
| 66 | public void testNested() |
nothing calls this directly
no test coverage detected