コード例 #1
0
        public void GetTournamentMatchIdAsync_Test()
        {
            var id = api.GetTournamentMatchIdAsync(region, tournamentCode).Result;

            Assert.AreEqual(matchId, id);
        }