|
|
@ -25,7 +25,8 @@ class PlayerTest { |
|
|
|
return Stream.of(Arguments.of("NoPointsBeforeGet0Points", 0, 0, 0), |
|
|
|
Arguments.of("NoPointsBeforeGet10Points", 0, 10, 10), |
|
|
|
Arguments.of("10PointsBeforeAdd10Points", 10, 10, 20), |
|
|
|
Arguments.of("10PointsBeforeLose10Points", 10, -10, 0)); |
|
|
|
Arguments.of("10PointsBeforeLose10Points", 10, -10, 0), |
|
|
|
Arguments.of("LoseMorePointsThanYouHave", 10, -20, 0)); |
|
|
|
} |
|
|
|
|
|
|
|
} |