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

Method getCount

code/src/itest/tokenmodel/AbilityDepthTest.java:160–164  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

158 }
159
160 private int getCount()
161 {
162 return GRANTED_ABILITY_FACET.getPoolAbilities(id, BuildUtilities.getFeatCat())
163 .size();
164 }
165
166 private static final CDOMToken[] tokens = {ABILITY_LST,
167 ADD_ABILITY_TOKEN, ADD_ABILITY_TOKEN};

Callers 1

runTestMethod · 0.95

Calls 3

getFeatCatMethod · 0.95
sizeMethod · 0.65
getPoolAbilitiesMethod · 0.45

Tested by

no test coverage detected