C# Class Tennis.TennisGame3

Inheritance: TennisGame
Mostrar archivo Open project: emilybache/Tennis-Refactoring-Kata Class Usage Examples

Public Methods

Method Description
GetScore ( ) : string
TennisGame3 ( string player1Name, string player2Name )
WonPoint ( string playerName ) : void

Method Details

GetScore() public method

public GetScore ( ) : string
return string

TennisGame3() public method

public TennisGame3 ( string player1Name, string player2Name )
player1Name string
player2Name string

WonPoint() public method

public WonPoint ( string playerName ) : void
playerName string
return void