C# Class BowlingKata.Game

Afficher le fichier Open project: davidadsit/bddtddfitnesse Class Usage Examples

Méthodes publiques

Méthode Description
Game ( ) : System.Collections.Generic
Roll ( int pins ) : void
Score ( ) : int

Private Methods

Méthode Description
IsSpare ( int currentFrame ) : bool
IsStrike ( int currentFrame ) : bool

Method Details

Game() public méthode

public Game ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Roll() public méthode

public Roll ( int pins ) : void
pins int
Résultat void

Score() public méthode

public Score ( ) : int
Résultat int