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

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