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

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