C# Class BowlingKata.TDD.BowlingGameTests

Show file Open project: davidadsit/bddtddfitnesse

Private Methods

Method Description
A_spare_adds_the_value_of_the_next_ball ( ) : void
A_strike_adds_the_value_of_the_next_two_balls ( ) : void
RollMany ( int times, int pins ) : void
RollSpare ( ) : void
RollStrike ( ) : void
SetUp ( ) : void
The_score_for_a_gutter_game_is_0 ( ) : void
The_score_for_a_perfect_game_is_300 ( ) : void
The_score_for_all_ones_is_20 ( ) : void