CloudinaryDotNet.Test.ApiTest.TestSupportUseRootPathTogetherWithUrlSuffixForPrivateCdn C# (CSharp) Method

TestSupportUseRootPathTogetherWithUrlSuffixForPrivateCdn() private method

        public void TestSupportUseRootPathTogetherWithUrlSuffixForPrivateCdn()
        {
            var actual = m_api.UrlImgUp.PrivateCdn(true).Suffix("hello").UseRootPath(true).BuildUrl("test");
            Assert.AreEqual("http://testcloud-res.cloudinary.com/test/hello", actual);
        }
ApiTest