public void TimeTest()
 {
     YouTubeQuery target = new YouTubeQuery(); // TODO: Initialize to an appropriate value
     YouTubeQuery.UploadTime expected = new YouTubeQuery.UploadTime(); // TODO: Initialize to an appropriate value
     YouTubeQuery.UploadTime actual;
     target.Time = expected;
     actual = target.Time;
     Assert.AreEqual(expected, actual);
 }
        public void TimeTest()
        {
            YouTubeQuery target = new YouTubeQuery();                         // TODO: Initialize to an appropriate value

            YouTubeQuery.UploadTime expected = new YouTubeQuery.UploadTime(); // TODO: Initialize to an appropriate value
            YouTubeQuery.UploadTime actual;
            target.Time = expected;
            actual      = target.Time;
            Assert.AreEqual(expected, actual);
        }