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

TestResourceType() private method

private TestResourceType ( ) : void
return void
        public void TestResourceType()
        {
            // should use resource_type from options

            string uri = m_api.Url.ResourceType("raw").Action("upload").BuildUrl("test");
            Assert.AreEqual(m_defaultRootPath + "raw/upload/test", uri);
        }
ApiTest