コード例 #1
0
ファイル: DemoRuns.cs プロジェクト: AlexanderGipp/Nindo.Net
        public async Task DemoRun_GetYouTubeChannelHistoryAsync(string id)
        {
            //Arrange
            NindoClient client = new NindoClient();

            //Act
            var result = await client.GetYouTubeChannelHistoryAsync(id);

            //Assert
            Assert.NotNull(result);
        }