C# Class BowlingKata.Game

Show file Open project: davidadsit/bddtddfitnesse Class Usage Examples

Public Methods

Method Description
Game ( ) : System.Collections.Generic
Roll ( int pins ) : void
Score ( ) : int

Private Methods

Method Description
IsSpare ( int currentFrame ) : bool
IsStrike ( int currentFrame ) : bool

Method Details

Game() public method

public Game ( ) : System.Collections.Generic
return System.Collections.Generic

Roll() public method

public Roll ( int pins ) : void
pins int
return void

Score() public method

public Score ( ) : int
return int