C# Class Tennis.TennisTests

Show file Open project: emilybache/Tennis-Refactoring-Kata

Public Methods

Method Description
TennisTests ( int player1Score, int player2Score, string expectedScore ) : System

Private Methods

Method Description
CheckAllScores ( ITennisGame game ) : void
CheckTennisGame1 ( ) : void
CheckTennisGame2 ( ) : void
CheckTennisGame3 ( ) : void

Method Details

TennisTests() public method

public TennisTests ( int player1Score, int player2Score, string expectedScore ) : System
player1Score int
player2Score int
expectedScore string
return System