コード例 #1
0
 public void Then_last_frame_contains_3_hits(TestCase testCase)
 {
     testCase.ScoreShouldBeCorrectAfterPlay();
 }
コード例 #2
0
 public void Score_is_sum_of_attempts(TestCase testCase)
 {
     testCase.ScoreShouldBeCorrectAfterPlay();
 }
コード例 #3
0
 public void Spare_frame_add_bonus_equal_next_1_hit(TestCase testCase)
 {
     testCase.ScoreShouldBeCorrectAfterPlay();
 }
コード例 #4
0
 public void Strike_frame_add_bonus_equal_sum_next_2_hits(TestCase testCase)
 {
     testCase.ScoreShouldBeCorrectAfterPlay();
 }