示例#1
0
        public void PostSearchTest()
        {
            // TODO: add unit test for the method 'PostSearch'
            VoicemailSearchRequest body = null; // TODO: replace null with proper value
            var response = instance.PostSearch(body);

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