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

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