Skip to content
Snippets Groups Projects
Select Git revision
  • 751df501d689efa89b51ed1a1e4da6687b05c571
  • master default protected
  • dev protected
  • Issue/3003-stsInstitute
  • gitkeep
  • Issue/2449-GuidPidSlugToProjectSettings
  • Issue/2309-docs
  • Fix/xxxx-updateDependencies
  • Issue/2364-testingKpiParser
  • Issue/2287-guestRole
  • Test/xxxx-pipelineTriggers
  • Issue/2102-gitLabResTypeRCV
  • Issue/2278-gitlabToS
  • Issue/2101-gitLabResTypeUi
  • Issue/1788-extractionCronjob
  • Issue/2183-kpiGeneratorResource
  • Issue/2222-resourceDateCreated
  • Issue/2221-projectDateCreated
  • Issue/1321-pidEnquiryOverhaul
  • Issue/1999-gitlabResourcesLib
  • Issue/1951-quotaImplementation
  • v2.22.0
  • v2.20.0
  • v2.19.1
  • v2.19.0
  • v2.18.0
  • v2.17.0
  • v2.16.2
  • v2.16.1
  • v2.16.0
  • v2.15.0
  • v2.14.0
  • v2.13.0
  • v2.12.1
  • v2.12.0
  • v2.11.1
  • v2.11.0
  • v2.10.1
  • v2.10.0
  • v2.9.1
  • v2.9.0
41 results

Database.csproj

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'
            }
        }
    }