CloudinaryDotNet.Test.ApiTest.TestResourceType C# (CSharp) 메소드

TestResourceType() 개인적인 메소드

private TestResourceType ( ) : void
리턴 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