示例#1
0
 public void GetAllMatchByTeam_MustThrow_IndexOutOfRangeException_If_IdIsNegative()
 {
     Assert.ThrowsAsync <IndexOutOfRangeException>(() => _matchProvider.GetAllMatchOfTeam(-1));
 }