コード例 #1
0
 public void ShouldMakeErrorWhenSumOfFalledPinsInSpareIsNot10()
 {
     _game.AddSpare(4, 4);
 }