Exemple #1
0
 public void WhenRequestLeaguePositionForNegativeSummonerIdShouldThrowException()
 {
     _leagueApi.GetLeaguePositions(-1);
 }