Skip to content
Snippets Groups Projects
Select Git revision
  • v1.27.0
  • main default protected
  • Issue/3133-subProjectsChanges
  • dev protected
  • Issue/3167-changeTextAndAddLink
  • Issue/3070-newIconsForResourceTypes
  • Issue/3145-redesignLoginPage
  • Issue/3093-moreInformationInTheDeletionEmails
  • Issue/3040-closeTokenWindowWithXButton
  • Issue/3152-fixResourceStore
  • Issue/xxxx-DuckDBTest
  • Issue/3152-fixUpdateRequestPayload
  • Issue/2489-addNotificationManagement
  • Issue/3138-tooltipForDisabledCreateActions
  • Issue/3136-orderResourcesInAlphabeticalOrder
  • Issue/3119-respOrg-vol2
  • Issue/3119-respOrg
  • Issue/3129-improvmentsResourceCreation
  • Issue/3068-metadataProfileTitleLanguage
  • Issue/3108-fixChangingOfGitLabToken
  • Issue/3124-confusingInfoMessageForArchivedResource
  • v3.17.1
  • v3.17.0
  • v3.16.1
  • v3.16.0
  • v3.15.6
  • v3.15.5
  • v3.15.4
  • v3.15.3
  • v3.15.2
  • v3.15.1
  • v3.15.0
  • v3.14.0
  • v3.13.1
  • v3.13.0
  • v3.12.0
  • v3.11.0
  • v3.10.1
  • v3.9.3-hotfix3017
  • v3.10.0
  • v3.9.3
41 results

api.js

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    ProjectAdminDtoTests.cs 6.35 KiB
    /*
     * Coscine Web API (Internal Use Only)
     *
     * Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
     *
     * The version of the OpenAPI document: 2.0
     * Contact: servicedesk@itc.rwth-aachen.de
     * Generated by: https://github.com/openapitools/openapi-generator.git
     */
    
    
    using Xunit;
    
    using System;
    using System.Linq;
    using System.IO;
    using System.Collections.Generic;
    using Coscine.ApiClient.Model;
    using Coscine.ApiClient.Client;
    using System.Reflection;
    using Newtonsoft.Json;
    
    namespace Coscine.ApiClient.Test.Model
    {
        /// <summary>
        ///  Class for testing ProjectAdminDto
        /// </summary>
        /// <remarks>
        /// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
        /// Please update the test case below to test the model.
        /// </remarks>
        public class ProjectAdminDtoTests : IDisposable
        {
            // TODO uncomment below to declare an instance variable for ProjectAdminDto
            //private ProjectAdminDto instance;
    
            public ProjectAdminDtoTests()
            {
                // TODO uncomment below to create an instance of ProjectAdminDto
                //instance = new ProjectAdminDto();
            }
    
            public void Dispose()
            {
                // Cleanup when everything is done.
            }
    
            /// <summary>
            /// Test an instance of ProjectAdminDto
            /// </summary>
            [Fact]
            public void ProjectAdminDtoInstanceTest()
            {
                // TODO uncomment below to test "IsType" ProjectAdminDto
                //Assert.IsType<ProjectAdminDto>(instance);
            }
    
            /// <summary>
            /// Test the property 'Id'
            /// </summary>
            [Fact]
            public void IdTest()
            {
                // TODO unit test for the property 'Id'
            }
    
            /// <summary>
            /// Test the property 'Pid'
            /// </summary>
            [Fact]
            public void PidTest()
            {
                // TODO unit test for the property 'Pid'
            }
    
            /// <summary>
            /// Test the property 'Name'
            /// </summary>
            [Fact]
            public void NameTest()
            {
                // TODO unit test for the property 'Name'
            }
    
            /// <summary>
            /// Test the property 'Description'
            /// </summary>
            [Fact]
            public void DescriptionTest()
            {
                // TODO unit test for the property 'Description'
            }
    
            /// <summary>
            /// Test the property 'StartDate'
            /// </summary>
            [Fact]
            public void StartDateTest()
            {
                // TODO unit test for the property 'StartDate'
            }
    
            /// <summary>
            /// Test the property 'EndDate'
            /// </summary>
            [Fact]
            public void EndDateTest()
            {
                // TODO unit test for the property 'EndDate'
            }
    
            /// <summary>
            /// Test the property 'Keywords'
            /// </summary>
            [Fact]
            public void KeywordsTest()
            {
                // TODO unit test for the property 'Keywords'
            }
    
            /// <summary>
            /// Test the property 'DisplayName'
            /// </summary>
            [Fact]
            public void DisplayNameTest()
            {
                // TODO unit test for the property 'DisplayName'
            }
    
            /// <summary>
            /// Test the property 'PrincipleInvestigators'
            /// </summary>
            [Fact]
            public void PrincipleInvestigatorsTest()
            {
                // TODO unit test for the property 'PrincipleInvestigators'
            }
    
            /// <summary>
            /// Test the property 'GrantId'
            /// </summary>
            [Fact]
            public void GrantIdTest()
            {
                // TODO unit test for the property 'GrantId'
            }
    
            /// <summary>
            /// Test the property 'Visibility'
            /// </summary>
            [Fact]
            public void VisibilityTest()
            {
                // TODO unit test for the property 'Visibility'
            }
    
            /// <summary>
            /// Test the property 'Disciplines'
            /// </summary>
            [Fact]
            public void DisciplinesTest()
            {
                // TODO unit test for the property 'Disciplines'
            }
    
            /// <summary>
            /// Test the property 'Organizations'
            /// </summary>
            [Fact]
            public void OrganizationsTest()
            {
                // TODO unit test for the property 'Organizations'
            }
    
            /// <summary>
            /// Test the property 'Slug'
            /// </summary>
            [Fact]
            public void SlugTest()
            {
                // TODO unit test for the property 'Slug'
            }
    
            /// <summary>
            /// Test the property 'Creator'
            /// </summary>
            [Fact]
            public void CreatorTest()
            {
                // TODO unit test for the property 'Creator'
            }
    
            /// <summary>
            /// Test the property 'CreationDate'
            /// </summary>
            [Fact]
            public void CreationDateTest()
            {
                // TODO unit test for the property 'CreationDate'
            }
    
            /// <summary>
            /// Test the property 'SubProjects'
            /// </summary>
            [Fact]
            public void SubProjectsTest()
            {
                // TODO unit test for the property 'SubProjects'
            }
    
            /// <summary>
            /// Test the property 'Parent'
            /// </summary>
            [Fact]
            public void ParentTest()
            {
                // TODO unit test for the property 'Parent'
            }
    
            /// <summary>
            /// Test the property 'Deleted'
            /// </summary>
            [Fact]
            public void DeletedTest()
            {
                // TODO unit test for the property 'Deleted'
            }
    
            /// <summary>
            /// Test the property 'ProjectResources'
            /// </summary>
            [Fact]
            public void ProjectResourcesTest()
            {
                // TODO unit test for the property 'ProjectResources'
            }
    
            /// <summary>
            /// Test the property 'ProjectRoles'
            /// </summary>
            [Fact]
            public void ProjectRolesTest()
            {
                // TODO unit test for the property 'ProjectRoles'
            }
    
            /// <summary>
            /// Test the property 'ProjectQuota'
            /// </summary>
            [Fact]
            public void ProjectQuotaTest()
            {
                // TODO unit test for the property 'ProjectQuota'
            }
        }
    }