示例#1
0
        public void GetGroupsGroupIdPolicyTest()
        {
            // TODO: add unit test for the method 'GetGroupsGroupIdPolicy'
            string groupId  = null; // TODO: replace null with proper value
            var    response = instance.GetGroupsGroupIdPolicy(groupId);

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