Exemplo n.º 1
0
        public static void AboutInfoUrl()
        {
            var url = "https://www.googleapis.com/drive/v2/about";

            Assert.AreEqual(url, GoogleDrive.AboutInfoUrl());
        }