MCPcopy Create free account
hub / github.com/PCGen/pcgen / testBasic

Method testBasic

code/src/itest/pcgen/output/FreeMarkerTest.java:57–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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()

Callers

nothing calls this directly

Calls 2

createChecksMethod · 0.95

Tested by

no test coverage detected