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

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