Skip to content

Commit

Permalink
Merge branch 'patch-1' of https://github.com/shakuu/Unit-Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cuklev committed Aug 9, 2016
2 parents 8d8a5ab + 681f0c5 commit decf576
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

- ProcessCommand should throw ArgumentNullException, when the "IBattleManager battleManager" is null.
- ProcessCommand should throw ArgumentNullException, when the "params string[] arguments" is null.
- ProcessCommand should throw ArgumentNullException, when the number of "params string[] arguments" is invalid (lower than 2).
- ProcessCommand should throw ArgumentException, when the number of "params string[] arguments" is invalid (lower than 2).
- ProcessCommand should call IBattleManager.AddCreatures(), when the command is parsed successfully.

## Class - ArmyOfCreatures.Logic.Specialties.DoubleDefenseWhenDefending
Expand Down

0 comments on commit decf576

Please sign in to comment.