コード例 #1
0
        public void GetSharedSharedIdTest()
        {
            // TODO: add unit test for the method 'GetSharedSharedId'
            string sharedId    = null; // TODO: replace null with proper value
            bool?  redirect    = null; // TODO: replace null with proper value
            string disposition = null; // TODO: replace null with proper value
            string contentType = null; // TODO: replace null with proper value
            string expand      = null; // TODO: replace null with proper value

            instance.GetSharedSharedId(sharedId, redirect, disposition, contentType, expand);
        }
コード例 #2
0
        public void GetSharedSharedIdTest()
        {
            // TODO: add unit test for the method 'GetSharedSharedId'
            string sharedId    = null; // TODO: replace null with proper value
            bool?  redirect    = null; // TODO: replace null with proper value
            string disposition = null; // TODO: replace null with proper value
            string contentType = null; // TODO: replace null with proper value
            string expand      = null; // TODO: replace null with proper value
            var    response    = instance.GetSharedSharedId(sharedId, redirect, disposition, contentType, expand);

            Assert.IsInstanceOf <SharedResponse> (response, "response is SharedResponse");
        }