コード例 #1
0
        public void PutMessagesMessageIdTest()
        {
            // TODO: add unit test for the method 'PutMessagesMessageId'
            string           messageId = null; // TODO: replace null with proper value
            VoicemailMessage body      = null; // TODO: replace null with proper value
            var response = instance.PutMessagesMessageId(messageId, body);

            Assert.IsInstanceOf <VoicemailMessage> (response, "response is VoicemailMessage");
        }
コード例 #2
0
 public void Init()
 {
     instance = new VoicemailMessage();
 }