Repository rearrangement
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using NUnit.Framework;
|
||||
using YouTube.Models;
|
||||
|
||||
namespace YouTube.API.Test
|
||||
{
|
||||
public class VideoPlaybackTest
|
||||
{
|
||||
[Test]
|
||||
public void ValidVideoPlaybackTest()
|
||||
{
|
||||
ExtendedYouTubeService service = new ExtendedYouTubeService();
|
||||
VideoPlayback info = service.VideoPlayback.List("VC5-YkjMHuw").Execute();
|
||||
Assert.NotNull(info);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user