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

Method createAbility

code/src/itest/tokenmodel/AbilityDepthTest.java:85–91  ·  view source on GitHub ↗
(String key)

Source from the content-addressed store, hash-verified

83 }
84
85 private Ability createAbility(String key)
86 {
87 Ability a = BuildUtilities.getFeatCat().newInstance();
88 a.setName(key);
89 context.getReferenceContext().importObject(a);
90 return a;
91 }
92
93
94 protected void runTest()

Callers 1

runTestMethod · 0.95

Calls 5

getFeatCatMethod · 0.95
importObjectMethod · 0.80
newInstanceMethod · 0.65
setNameMethod · 0.65
getReferenceContextMethod · 0.65

Tested by

no test coverage detected