Example #1
0
        public void PostWorkspacesWorkspaceIdTagvaluesQueryTest()
        {
            // TODO: add unit test for the method 'PostWorkspacesWorkspaceIdTagvaluesQuery'
            string          workspaceId = null; // TODO: replace null with proper value
            TagQueryRequest body        = null; // TODO: replace null with proper value
            string          expand      = null; // TODO: replace null with proper value
            var             response    = instance.PostWorkspacesWorkspaceIdTagvaluesQuery(workspaceId, body, expand);

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