示例#1
0
        public void GetMailboxTest()
        {
            // TODO: add unit test for the method 'GetMailbox'
            var response = instance.GetMailbox();

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