Пример #1
0
 public void GetAllMatchOfCompetition_MustThrow_IndexOutOfRangeException_If_IdIsNegative()
 {
     Assert.ThrowsAsync <IndexOutOfRangeException>(() => _matchProvider.GetAllMatchOfCompetition(-1));
 }