C# Class TennisKata.TennisScorer

Inheritance: ITennisScorer
Afficher le fichier Open project: Betclic/CodingDojo-Katas

Méthodes publiques

Méthode Description
GetScore ( ) : string
RecieverWonPoint ( ) : void
ServerWonPoint ( ) : void
StartGame ( string serverName, string recieverName ) : void

Method Details

GetScore() public méthode

public GetScore ( ) : string
Résultat string

RecieverWonPoint() public méthode

public RecieverWonPoint ( ) : void
Résultat void

ServerWonPoint() public méthode

public ServerWonPoint ( ) : void
Résultat void

StartGame() public méthode

public StartGame ( string serverName, string recieverName ) : void
serverName string
recieverName string
Résultat void