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

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