示例#1
0
        public void GetSearchTest()
        {
            // TODO: add unit test for the method 'GetSearch'
            string        q64      = null; // TODO: replace null with proper value
            List <string> expand   = null; // TODO: replace null with proper value
            var           response = instance.GetSearch(q64, expand);

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