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

Method setUp

code/src/itest/tokencontent/GlobalCSkillTest.java:52–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50 private Skill granted;
51
52 @BeforeEach
53 @Override
54 protected void setUp() throws Exception
55 {
56 super.setUp();
57 globalSkillCostFacet =
58 FacetLibrary.getFacet(GlobalSkillCostFacet.class);
59 globalAddedSkillCostFacet =
60 FacetLibrary.getFacet(GlobalAddedSkillCostFacet.class);
61 granted = create(Skill.class, "Granted");
62 }
63
64 @Override
65 public void processToken(CDOMObject source)

Callers

nothing calls this directly

Calls 2

getFacetMethod · 0.95
createMethod · 0.45

Tested by

no test coverage detected