Ejemplo n.º 1
0
        public void PostMessagesTest()
        {
            // TODO: add unit test for the method 'PostMessages'
            CopyVoicemailMessage body = null; // TODO: replace null with proper value
            var response = instance.PostMessages(body);

            Assert.IsInstanceOf <VoicemailMessage> (response, "response is VoicemailMessage");
        }
 public void Init()
 {
     instance = new CopyVoicemailMessage();
 }