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

Method testApplyKit

code/src/java/pcgen/core/Kit.java:257–260  ·  view source on GitHub ↗

Test applying the top level kit and record the choices made and any warnings encountered. Note these changes are made on a copy of the character. @param aPC PlayerCharacter @param thingsToAdd List of kit actions to be taken. @param warnings List of issues to be reported to the user.

(PlayerCharacter aPC, List<BaseKit> thingsToAdd, List<String> warnings)

Source from the content-addressed store, hash-verified

255 * @param warnings List of issues to be reported to the user.
256 */
257 public void testApplyKit(PlayerCharacter aPC, List<BaseKit> thingsToAdd, List<String> warnings)
258 {
259 testApplyKit(aPC, thingsToAdd, warnings, false);
260 }
261
262 /**
263 * Test applying the kit and record the choices made and any warnings

Callers 3

testApplyMethod · 0.95
addKitMethod · 0.80
applyKitMethod · 0.80

Calls 15

getStatsMethod · 0.95
passesAllMethod · 0.95
readControlledChannelMethod · 0.95
getCharIDMethod · 0.95
setControlledChannelMethod · 0.95
isOptionalMethod · 0.80
subtractMethod · 0.80
getSafeListForMethod · 0.65
addMethod · 0.65
toStringMethod · 0.65
cloneMethod · 0.45

Tested by

no test coverage detected