示例#1
0
        public void PatchUserpoliciesUserIdTest()
        {
            // TODO: add unit test for the method 'PatchUserpoliciesUserId'
            string userId            = null; // TODO: replace null with proper value
            VoicemailUserPolicy body = null; // TODO: replace null with proper value
            var response             = instance.PatchUserpoliciesUserId(userId, body);

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