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

Method buildMap

code/src/test/pcgen/cdom/helper/AspectTest.java:236–239  ·  view source on GitHub ↗
(Ability a, Category<Ability> cat, Nature n)

Source from the content-addressed store, hash-verified

234
235
236 List<CNAbility> buildMap(Ability a, Category<Ability> cat, Nature n)
237 {
238 return Collections.singletonList(CNAbilityFactory.getCNAbility(cat, n, a));
239 }
240}

Callers 9

testEmptyDescMethod · 0.95
testSimpleDescMethod · 0.95
testSimpleReplacementMethod · 0.95
testEmptyReplacementMethod · 0.95
testExtraVariablesMethod · 0.95

Calls 1

getCNAbilityMethod · 0.95

Tested by

no test coverage detected