Select Git revision
AdminApiTests.cs
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>