CloudinaryDotNet.Test.ApiTest.TestPutFormatAfterUrlSuffix C# (CSharp) Méthode

TestPutFormatAfterUrlSuffix() private méthode

private TestPutFormatAfterUrlSuffix ( ) : void
Résultat void
        public void TestPutFormatAfterUrlSuffix()
        {
            string actual = m_api.UrlImgUp.Suffix("hello").PrivateCdn(true).Format("jpg").BuildUrl("test");
            Assert.AreEqual("http://testcloud-res.cloudinary.com/images/test/hello.jpg", actual);
        }
ApiTest