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

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