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)
| 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 |
no test coverage detected