Exemple #1
0
 public void WhenRequestEmptyLeagueIdShouldThrowException()
 {
     _leagueApi.GetLeague(string.Empty);
 }