Example #1
0
        public void PostQueryTest()
        {
            // TODO: add unit test for the method 'PostQuery'
            AttributeQueryRequest body = null; // TODO: replace null with proper value
            var response = instance.PostQuery(body);

            Assert.IsInstanceOf <AttributeEntityListing> (response, "response is AttributeEntityListing");
        }
Example #2
0
 public void Init()
 {
     instance = new AttributeQueryRequest();
 }