Skip to content
Snippets Groups Projects
Select Git revision
  • 7aa75221bca73832a3b16e9813c5fc52c0e8a22c
  • main default protected
  • Fix/xxxx-emailPropDto
  • dev protected
  • Issue/3142-kpiGenerator
  • Hotfix/3115-userReportingEmpty2
  • Hotfix/3115-userReportingEmpty
  • Issue/3043-DataStorageNrwResource
  • Issue/3011-maintenanceMode
  • Issue/2492-respOrg
  • Issue/2446-addingResponsibleOrganization
  • Issue/2982-kpiDataPub
  • Issue/2981-dataPubInDb
  • Issue/2881-messageController
  • test-linux-pipelines
  • Issue/2944-gdShenanigans
  • Issue/2672-fixSfbPidPointing
  • Issue/2769-migrateCron
  • Issue/2668-graphDeployer
  • Issue/2847-reporting
  • Issue/2627-addPidRecord
  • v1.9.13
  • v1.9.12
  • v1.9.11
  • v1.9.10
  • v1.9.9
  • v1.9.8
  • v1.9.7
  • v1.9.6
  • v1.9.5
  • v1.9.4
  • v1.9.3
  • v1.9.2
  • v1.9.1
  • v1.9.0
  • v1.8.0
  • v1.7.0
  • v1.6.0
  • v1.5.0
  • v1.4.0
  • v1.3.3
41 results

AdminApiTests.cs

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    AdminApiTests.cs 5.77 KiB
    /*
     * Coscine Web API
     *
     * 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 System;
    using System.IO;
    using System.Collections.Generic;
    using System.Collections.ObjectModel;
    using System.Linq;
    using System.Reflection;
    using RestSharp;
    using Xunit;
    
    using Coscine.ApiClient.Core.Client;
    using Coscine.ApiClient.Core.Api;
    // uncomment below to import models
    //using Coscine.ApiClient.Core.Model;
    
    namespace Coscine.ApiClient.Core.Test.Api
    {
        /// <summary>
        ///  Class for testing AdminApi
        /// </summary>
        /// <remarks>
        /// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
        /// Please update the test case below to test the API endpoint.
        /// </remarks>
        public class AdminApiTests : IDisposable
        {
            private AdminApi instance;
    
            public AdminApiTests()
            {
                instance = new AdminApi();
            }
    
            public void Dispose()
            {
                // Cleanup when everything is done.
            }
    
            /// <summary>
            /// Test an instance of AdminApi
            /// </summary>
            [Fact]
            public void InstanceTest()
            {
                // TODO uncomment below to test 'IsType' AdminApi
                //Assert.IsType<AdminApi>(instance);
            }
    
            /// <summary>
            /// Test ApiV2AdminOptions
            /// </summary>
            [Fact]
            public void ApiV2AdminOptionsTest()
            {
                // TODO uncomment below to test the method and replace null with proper value
                //instance.ApiV2AdminOptions();
            }
    
            /// <summary>
            /// Test GetAllActivityLogs
            /// </summary>