Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testEmptyDesc
Method · 0.95
testSimpleDesc
Method · 0.95
testSimpleReplacement
Method · 0.95
testSimpleNameReplacement
Method · 0.95
testSimpleVariableReplacement
Method · 0.95
testSimpleListReplacement
Method · 0.95
testEmptyReplacement
Method · 0.95
testExtraVariables
Method · 0.95
testComplexVariableReplacement
Method · 0.95
Calls
1
getCNAbility
Method · 0.95
Tested by
no test coverage detected