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

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