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

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