C# 클래스 BowlingKata.Game

파일 보기 프로젝트 열기: davidadsit/bddtddfitnesse 1 사용 예제들

공개 메소드들

메소드 설명
Game ( ) : System.Collections.Generic
Roll ( int pins ) : void
Score ( ) : int

비공개 메소드들

메소드 설명
IsSpare ( int currentFrame ) : bool
IsStrike ( int currentFrame ) : bool

메소드 상세

Game() 공개 메소드

public Game ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Roll() 공개 메소드

public Roll ( int pins ) : void
pins int
리턴 void

Score() 공개 메소드

public Score ( ) : int
리턴 int