Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • Hotfix/3115-userReportingEmpty
  • Hotfix/3115-userReportingEmpty2
  • Issue/2432-publicationKpi
  • Issue/2446-addingResponsibleOrganization
  • Issue/2492-respOrg
  • Issue/2627-addPidRecord
  • Issue/2666-adminCronjobs
  • Issue/2666-adminCronjobs-theSequal
  • Issue/2668-graphDeployer
  • Issue/2672-fixSfbPidPointing
  • Issue/2769-migrateCron
  • Issue/2782-correctUsageRights
  • Issue/2847-reporting
  • Issue/2881-messageController
  • Issue/2944-gdShenanigans
  • Issue/2981-dataPubInDb
  • Issue/2982-kpiDataPub
  • Issue/3011-maintenanceMode
  • Issue/3043-DataStorageNrwResource
  • dev
  • main
  • test-linux-pipelines
  • v1.1.0
  • v1.2.0
  • v1.2.1
  • v1.3.0
  • v1.3.1
  • v1.3.2
  • v1.3.3
  • v1.4.0
  • v1.5.0
  • v1.6.0
  • v1.7.0
  • v1.8.0
  • v1.9.0
  • v1.9.1
  • v1.9.2
  • v1.9.3
  • v1.9.4
  • v1.9.5
  • v1.9.6
  • v1.9.7
  • v1.9.8
  • v1.9.9
44 results

Target

Select target project
  • coscine/backend/libraries/apiclient
1 result
Select Git revision
  • Hotfix/3115-userReportingEmpty
  • Hotfix/3115-userReportingEmpty2
  • Issue/2432-publicationKpi
  • Issue/2446-addingResponsibleOrganization
  • Issue/2492-respOrg
  • Issue/2627-addPidRecord
  • Issue/2666-adminCronjobs
  • Issue/2666-adminCronjobs-theSequal
  • Issue/2668-graphDeployer
  • Issue/2672-fixSfbPidPointing
  • Issue/2769-migrateCron
  • Issue/2782-correctUsageRights
  • Issue/2847-reporting
  • Issue/2881-messageController
  • Issue/2944-gdShenanigans
  • Issue/2981-dataPubInDb
  • Issue/2982-kpiDataPub
  • Issue/3011-maintenanceMode
  • Issue/3043-DataStorageNrwResource
  • dev
  • main
  • test-linux-pipelines
  • v1.1.0
  • v1.2.0
  • v1.2.1
  • v1.3.0
  • v1.3.1
  • v1.3.2
  • v1.3.3
  • v1.4.0
  • v1.5.0
  • v1.6.0
  • v1.7.0
  • v1.8.0
  • v1.9.0
  • v1.9.1
  • v1.9.2
  • v1.9.3
  • v1.9.4
  • v1.9.5
  • v1.9.6
  • v1.9.7
  • v1.9.8
  • v1.9.9
44 results
Show changes
Showing
with 178 additions and 178 deletions
/*
* Coscine Web API
* 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.
*
......@@ -15,12 +15,12 @@ using System;
using System.Linq;
using System.IO;
using System.Collections.Generic;
using Org.OpenAPITools.Model;
using Org.OpenAPITools.Client;
using Coscine.ApiClient.Model;
using Coscine.ApiClient.Client;
using System.Reflection;
using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model
namespace Coscine.ApiClient.Test.Model
{
/// <summary>
/// Class for testing GitlabProjectDtoIEnumerableResponse
......@@ -65,21 +65,21 @@ namespace Org.OpenAPITools.Test.Model
}
/// <summary>
/// Test the property 'StatusCode'
/// Test the property 'IsSuccess'
/// </summary>
[Fact]
public void StatusCodeTest()
public void IsSuccessTest()
{
// TODO unit test for the property 'StatusCode'
// TODO unit test for the property 'IsSuccess'
}
/// <summary>
/// Test the property 'IsSuccess'
/// Test the property 'StatusCode'
/// </summary>
[Fact]
public void IsSuccessTest()
public void StatusCodeTest()
{
// TODO unit test for the property 'IsSuccess'
// TODO unit test for the property 'StatusCode'
}
/// <summary>
......
/*
* Coscine Web API
* 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.
*
......@@ -15,12 +15,12 @@ using System;
using System.Linq;
using System.IO;
using System.Collections.Generic;
using Org.OpenAPITools.Model;
using Org.OpenAPITools.Client;
using Coscine.ApiClient.Model;
using Coscine.ApiClient.Client;
using System.Reflection;
using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model
namespace Coscine.ApiClient.Test.Model
{
/// <summary>
/// Class for testing GitlabProjectDtoResponse
......@@ -65,21 +65,21 @@ namespace Org.OpenAPITools.Test.Model
}
/// <summary>
/// Test the property 'StatusCode'
/// Test the property 'IsSuccess'
/// </summary>
[Fact]
public void StatusCodeTest()
public void IsSuccessTest()
{
// TODO unit test for the property 'StatusCode'
// TODO unit test for the property 'IsSuccess'
}
/// <summary>
/// Test the property 'IsSuccess'
/// Test the property 'StatusCode'
/// </summary>
[Fact]
public void IsSuccessTest()
public void StatusCodeTest()
{
// TODO unit test for the property 'IsSuccess'
// TODO unit test for the property 'StatusCode'
}
/// <summary>
......
/*
* Coscine Web API
* 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.
*
......@@ -15,12 +15,12 @@ using System;
using System.Linq;
using System.IO;
using System.Collections.Generic;
using Org.OpenAPITools.Model;
using Org.OpenAPITools.Client;
using Coscine.ApiClient.Model;
using Coscine.ApiClient.Client;
using System.Reflection;
using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model
namespace Coscine.ApiClient.Test.Model
{
/// <summary>
/// Class for testing GitlabProjectDto
......
/*
* Coscine Web API
* 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.
*
......@@ -15,12 +15,12 @@ using System;
using System.Linq;
using System.IO;
using System.Collections.Generic;
using Org.OpenAPITools.Model;
using Org.OpenAPITools.Client;
using Coscine.ApiClient.Model;
using Coscine.ApiClient.Client;
using System.Reflection;
using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model
namespace Coscine.ApiClient.Test.Model
{
/// <summary>
/// Class for testing GitlabResourceTypeOptionsForCreationDto
......
/*
* Coscine Web API
* 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.
*
......@@ -15,12 +15,12 @@ using System;
using System.Linq;
using System.IO;
using System.Collections.Generic;
using Org.OpenAPITools.Model;
using Org.OpenAPITools.Client;
using Coscine.ApiClient.Model;
using Coscine.ApiClient.Client;
using System.Reflection;
using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model
namespace Coscine.ApiClient.Test.Model
{
/// <summary>
/// Class for testing GitlabResourceTypeOptionsForUpdateDto
......
/*
* Coscine Web API
* 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.
*
......@@ -15,12 +15,12 @@ using System;
using System.Linq;
using System.IO;
using System.Collections.Generic;
using Org.OpenAPITools.Model;
using Org.OpenAPITools.Client;
using Coscine.ApiClient.Model;
using Coscine.ApiClient.Client;
using System.Reflection;
using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model
namespace Coscine.ApiClient.Test.Model
{
/// <summary>
/// Class for testing IdentityProviderDto
......
/*
* Coscine Web API
* 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.
*
......@@ -15,12 +15,12 @@ using System;
using System.Linq;
using System.IO;
using System.Collections.Generic;
using Org.OpenAPITools.Model;
using Org.OpenAPITools.Client;
using Coscine.ApiClient.Model;
using Coscine.ApiClient.Client;
using System.Reflection;
using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model
namespace Coscine.ApiClient.Test.Model
{
/// <summary>
/// Class for testing IdentityProviders
......
/*
* Coscine Web API
* 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.
*
......@@ -15,29 +15,29 @@ using System;
using System.Linq;
using System.IO;
using System.Collections.Generic;
using Org.OpenAPITools.Model;
using Org.OpenAPITools.Client;
using Coscine.ApiClient.Model;
using Coscine.ApiClient.Client;
using System.Reflection;
using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model
namespace Coscine.ApiClient.Test.Model
{
/// <summary>
/// Class for testing LanguageDtoIEnumerablePagedResponse
/// Class for testing LanguageDtoPagedResponse
/// </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 LanguageDtoIEnumerablePagedResponseTests : IDisposable
public class LanguageDtoPagedResponseTests : IDisposable
{
// TODO uncomment below to declare an instance variable for LanguageDtoIEnumerablePagedResponse
//private LanguageDtoIEnumerablePagedResponse instance;
// TODO uncomment below to declare an instance variable for LanguageDtoPagedResponse
//private LanguageDtoPagedResponse instance;
public LanguageDtoIEnumerablePagedResponseTests()
public LanguageDtoPagedResponseTests()
{
// TODO uncomment below to create an instance of LanguageDtoIEnumerablePagedResponse
//instance = new LanguageDtoIEnumerablePagedResponse();
// TODO uncomment below to create an instance of LanguageDtoPagedResponse
//instance = new LanguageDtoPagedResponse();
}
public void Dispose()
......@@ -46,13 +46,13 @@ namespace Org.OpenAPITools.Test.Model
}
/// <summary>
/// Test an instance of LanguageDtoIEnumerablePagedResponse
/// Test an instance of LanguageDtoPagedResponse
/// </summary>
[Fact]
public void LanguageDtoIEnumerablePagedResponseInstanceTest()
public void LanguageDtoPagedResponseInstanceTest()
{
// TODO uncomment below to test "IsType" LanguageDtoIEnumerablePagedResponse
//Assert.IsType<LanguageDtoIEnumerablePagedResponse>(instance);
// TODO uncomment below to test "IsType" LanguageDtoPagedResponse
//Assert.IsType<LanguageDtoPagedResponse>(instance);
}
/// <summary>
......@@ -65,21 +65,21 @@ namespace Org.OpenAPITools.Test.Model
}
/// <summary>
/// Test the property 'StatusCode'
/// Test the property 'IsSuccess'
/// </summary>
[Fact]
public void StatusCodeTest()
public void IsSuccessTest()
{
// TODO unit test for the property 'StatusCode'
// TODO unit test for the property 'IsSuccess'
}
/// <summary>
/// Test the property 'IsSuccess'
/// Test the property 'StatusCode'
/// </summary>
[Fact]
public void IsSuccessTest()
public void StatusCodeTest()
{
// TODO unit test for the property 'IsSuccess'
// TODO unit test for the property 'StatusCode'
}
/// <summary>
......
/*
* Coscine Web API
* 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.
*
......@@ -15,12 +15,12 @@ using System;
using System.Linq;
using System.IO;
using System.Collections.Generic;
using Org.OpenAPITools.Model;
using Org.OpenAPITools.Client;
using Coscine.ApiClient.Model;
using Coscine.ApiClient.Client;
using System.Reflection;
using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model
namespace Coscine.ApiClient.Test.Model
{
/// <summary>
/// Class for testing LanguageDtoResponse
......@@ -65,21 +65,21 @@ namespace Org.OpenAPITools.Test.Model
}
/// <summary>
/// Test the property 'StatusCode'
/// Test the property 'IsSuccess'
/// </summary>
[Fact]
public void StatusCodeTest()
public void IsSuccessTest()
{
// TODO unit test for the property 'StatusCode'
// TODO unit test for the property 'IsSuccess'
}
/// <summary>
/// Test the property 'IsSuccess'
/// Test the property 'StatusCode'
/// </summary>
[Fact]
public void IsSuccessTest()
public void StatusCodeTest()
{
// TODO unit test for the property 'IsSuccess'
// TODO unit test for the property 'StatusCode'
}
/// <summary>
......
/*
* Coscine Web API
* 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.
*
......@@ -15,12 +15,12 @@ using System;
using System.Linq;
using System.IO;
using System.Collections.Generic;
using Org.OpenAPITools.Model;
using Org.OpenAPITools.Client;
using Coscine.ApiClient.Model;
using Coscine.ApiClient.Client;
using System.Reflection;
using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model
namespace Coscine.ApiClient.Test.Model
{
/// <summary>
/// Class for testing LanguageDto
......
/*
* Coscine Web API
* 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.
*
......@@ -15,12 +15,12 @@ using System;
using System.Linq;
using System.IO;
using System.Collections.Generic;
using Org.OpenAPITools.Model;
using Org.OpenAPITools.Client;
using Coscine.ApiClient.Model;
using Coscine.ApiClient.Client;
using System.Reflection;
using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model
namespace Coscine.ApiClient.Test.Model
{
/// <summary>
/// Class for testing LanguageForUserManipulationDto
......
/*
* Coscine Web API
* 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.
*
......@@ -15,29 +15,29 @@ using System;
using System.Linq;
using System.IO;
using System.Collections.Generic;
using Org.OpenAPITools.Model;
using Org.OpenAPITools.Client;
using Coscine.ApiClient.Model;
using Coscine.ApiClient.Client;
using System.Reflection;
using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model
namespace Coscine.ApiClient.Test.Model
{
/// <summary>
/// Class for testing LicenseDtoIEnumerablePagedResponse
/// Class for testing LicenseDtoPagedResponse
/// </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 LicenseDtoIEnumerablePagedResponseTests : IDisposable
public class LicenseDtoPagedResponseTests : IDisposable
{
// TODO uncomment below to declare an instance variable for LicenseDtoIEnumerablePagedResponse
//private LicenseDtoIEnumerablePagedResponse instance;
// TODO uncomment below to declare an instance variable for LicenseDtoPagedResponse
//private LicenseDtoPagedResponse instance;
public LicenseDtoIEnumerablePagedResponseTests()
public LicenseDtoPagedResponseTests()
{
// TODO uncomment below to create an instance of LicenseDtoIEnumerablePagedResponse
//instance = new LicenseDtoIEnumerablePagedResponse();
// TODO uncomment below to create an instance of LicenseDtoPagedResponse
//instance = new LicenseDtoPagedResponse();
}
public void Dispose()
......@@ -46,13 +46,13 @@ namespace Org.OpenAPITools.Test.Model
}
/// <summary>
/// Test an instance of LicenseDtoIEnumerablePagedResponse
/// Test an instance of LicenseDtoPagedResponse
/// </summary>
[Fact]
public void LicenseDtoIEnumerablePagedResponseInstanceTest()
public void LicenseDtoPagedResponseInstanceTest()
{
// TODO uncomment below to test "IsType" LicenseDtoIEnumerablePagedResponse
//Assert.IsType<LicenseDtoIEnumerablePagedResponse>(instance);
// TODO uncomment below to test "IsType" LicenseDtoPagedResponse
//Assert.IsType<LicenseDtoPagedResponse>(instance);
}
/// <summary>
......@@ -65,21 +65,21 @@ namespace Org.OpenAPITools.Test.Model
}
/// <summary>
/// Test the property 'StatusCode'
/// Test the property 'IsSuccess'
/// </summary>
[Fact]
public void StatusCodeTest()
public void IsSuccessTest()
{
// TODO unit test for the property 'StatusCode'
// TODO unit test for the property 'IsSuccess'
}
/// <summary>
/// Test the property 'IsSuccess'
/// Test the property 'StatusCode'
/// </summary>
[Fact]
public void IsSuccessTest()
public void StatusCodeTest()
{
// TODO unit test for the property 'IsSuccess'
// TODO unit test for the property 'StatusCode'
}
/// <summary>
......
/*
* Coscine Web API
* 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.
*
......@@ -15,12 +15,12 @@ using System;
using System.Linq;
using System.IO;
using System.Collections.Generic;
using Org.OpenAPITools.Model;
using Org.OpenAPITools.Client;
using Coscine.ApiClient.Model;
using Coscine.ApiClient.Client;
using System.Reflection;
using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model
namespace Coscine.ApiClient.Test.Model
{
/// <summary>
/// Class for testing LicenseDtoResponse
......@@ -65,21 +65,21 @@ namespace Org.OpenAPITools.Test.Model
}
/// <summary>
/// Test the property 'StatusCode'
/// Test the property 'IsSuccess'
/// </summary>
[Fact]
public void StatusCodeTest()
public void IsSuccessTest()
{
// TODO unit test for the property 'StatusCode'
// TODO unit test for the property 'IsSuccess'
}
/// <summary>
/// Test the property 'IsSuccess'
/// Test the property 'StatusCode'
/// </summary>
[Fact]
public void IsSuccessTest()
public void StatusCodeTest()
{
// TODO unit test for the property 'IsSuccess'
// TODO unit test for the property 'StatusCode'
}
/// <summary>
......
/*
* Coscine Web API
* 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.
*
......@@ -15,12 +15,12 @@ using System;
using System.Linq;
using System.IO;
using System.Collections.Generic;
using Org.OpenAPITools.Model;
using Org.OpenAPITools.Client;
using Coscine.ApiClient.Model;
using Coscine.ApiClient.Client;
using System.Reflection;
using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model
namespace Coscine.ApiClient.Test.Model
{
/// <summary>
/// Class for testing LicenseDto
......
/*
* Coscine Web API
* 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.
*
......@@ -15,12 +15,12 @@ using System;
using System.Linq;
using System.IO;
using System.Collections.Generic;
using Org.OpenAPITools.Model;
using Org.OpenAPITools.Client;
using Coscine.ApiClient.Model;
using Coscine.ApiClient.Client;
using System.Reflection;
using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model
namespace Coscine.ApiClient.Test.Model
{
/// <summary>
/// Class for testing LicenseForResourceManipulationDto
......
/*
* Coscine Web API
* 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.
*
......@@ -15,29 +15,29 @@ using System;
using System.Linq;
using System.IO;
using System.Collections.Generic;
using Org.OpenAPITools.Model;
using Org.OpenAPITools.Client;
using Coscine.ApiClient.Model;
using Coscine.ApiClient.Client;
using System.Reflection;
using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model
namespace Coscine.ApiClient.Test.Model
{
/// <summary>
/// Class for testing MaintenanceDtoIEnumerablePagedResponse
/// Class for testing MaintenanceDtoPagedResponse
/// </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 MaintenanceDtoIEnumerablePagedResponseTests : IDisposable
public class MaintenanceDtoPagedResponseTests : IDisposable
{
// TODO uncomment below to declare an instance variable for MaintenanceDtoIEnumerablePagedResponse
//private MaintenanceDtoIEnumerablePagedResponse instance;
// TODO uncomment below to declare an instance variable for MaintenanceDtoPagedResponse
//private MaintenanceDtoPagedResponse instance;
public MaintenanceDtoIEnumerablePagedResponseTests()
public MaintenanceDtoPagedResponseTests()
{
// TODO uncomment below to create an instance of MaintenanceDtoIEnumerablePagedResponse
//instance = new MaintenanceDtoIEnumerablePagedResponse();
// TODO uncomment below to create an instance of MaintenanceDtoPagedResponse
//instance = new MaintenanceDtoPagedResponse();
}
public void Dispose()
......@@ -46,13 +46,13 @@ namespace Org.OpenAPITools.Test.Model
}
/// <summary>
/// Test an instance of MaintenanceDtoIEnumerablePagedResponse
/// Test an instance of MaintenanceDtoPagedResponse
/// </summary>
[Fact]
public void MaintenanceDtoIEnumerablePagedResponseInstanceTest()
public void MaintenanceDtoPagedResponseInstanceTest()
{
// TODO uncomment below to test "IsType" MaintenanceDtoIEnumerablePagedResponse
//Assert.IsType<MaintenanceDtoIEnumerablePagedResponse>(instance);
// TODO uncomment below to test "IsType" MaintenanceDtoPagedResponse
//Assert.IsType<MaintenanceDtoPagedResponse>(instance);
}
/// <summary>
......@@ -65,21 +65,21 @@ namespace Org.OpenAPITools.Test.Model
}
/// <summary>
/// Test the property 'StatusCode'
/// Test the property 'IsSuccess'
/// </summary>
[Fact]
public void StatusCodeTest()
public void IsSuccessTest()
{
// TODO unit test for the property 'StatusCode'
// TODO unit test for the property 'IsSuccess'
}
/// <summary>
/// Test the property 'IsSuccess'
/// Test the property 'StatusCode'
/// </summary>
[Fact]
public void IsSuccessTest()
public void StatusCodeTest()
{
// TODO unit test for the property 'IsSuccess'
// TODO unit test for the property 'StatusCode'
}
/// <summary>
......
/*
* Coscine Web API
* 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.
*
......@@ -15,12 +15,12 @@ using System;
using System.Linq;
using System.IO;
using System.Collections.Generic;
using Org.OpenAPITools.Model;
using Org.OpenAPITools.Client;
using Coscine.ApiClient.Model;
using Coscine.ApiClient.Client;
using System.Reflection;
using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model
namespace Coscine.ApiClient.Test.Model
{
/// <summary>
/// Class for testing MaintenanceDto
......
/*
* Coscine Web API
* 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.
*
......@@ -15,29 +15,29 @@ using System;
using System.Linq;
using System.IO;
using System.Collections.Generic;
using Org.OpenAPITools.Model;
using Org.OpenAPITools.Client;
using Coscine.ApiClient.Model;
using Coscine.ApiClient.Client;
using System.Reflection;
using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model
namespace Coscine.ApiClient.Test.Model
{
/// <summary>
/// Class for testing MetadataTreeDtoIEnumerablePagedResponse
/// Class for testing MetadataTreeDtoPagedResponse
/// </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 MetadataTreeDtoIEnumerablePagedResponseTests : IDisposable
public class MetadataTreeDtoPagedResponseTests : IDisposable
{
// TODO uncomment below to declare an instance variable for MetadataTreeDtoIEnumerablePagedResponse
//private MetadataTreeDtoIEnumerablePagedResponse instance;
// TODO uncomment below to declare an instance variable for MetadataTreeDtoPagedResponse
//private MetadataTreeDtoPagedResponse instance;
public MetadataTreeDtoIEnumerablePagedResponseTests()
public MetadataTreeDtoPagedResponseTests()
{
// TODO uncomment below to create an instance of MetadataTreeDtoIEnumerablePagedResponse
//instance = new MetadataTreeDtoIEnumerablePagedResponse();
// TODO uncomment below to create an instance of MetadataTreeDtoPagedResponse
//instance = new MetadataTreeDtoPagedResponse();
}
public void Dispose()
......@@ -46,13 +46,13 @@ namespace Org.OpenAPITools.Test.Model
}
/// <summary>
/// Test an instance of MetadataTreeDtoIEnumerablePagedResponse
/// Test an instance of MetadataTreeDtoPagedResponse
/// </summary>
[Fact]
public void MetadataTreeDtoIEnumerablePagedResponseInstanceTest()
public void MetadataTreeDtoPagedResponseInstanceTest()
{
// TODO uncomment below to test "IsType" MetadataTreeDtoIEnumerablePagedResponse
//Assert.IsType<MetadataTreeDtoIEnumerablePagedResponse>(instance);
// TODO uncomment below to test "IsType" MetadataTreeDtoPagedResponse
//Assert.IsType<MetadataTreeDtoPagedResponse>(instance);
}
/// <summary>
......@@ -65,21 +65,21 @@ namespace Org.OpenAPITools.Test.Model
}
/// <summary>
/// Test the property 'StatusCode'
/// Test the property 'IsSuccess'
/// </summary>
[Fact]
public void StatusCodeTest()
public void IsSuccessTest()
{
// TODO unit test for the property 'StatusCode'
// TODO unit test for the property 'IsSuccess'
}
/// <summary>
/// Test the property 'IsSuccess'
/// Test the property 'StatusCode'
/// </summary>
[Fact]
public void IsSuccessTest()
public void StatusCodeTest()
{
// TODO unit test for the property 'IsSuccess'
// TODO unit test for the property 'StatusCode'
}
/// <summary>
......
/*
* Coscine Web API
* 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.
*
......@@ -15,12 +15,12 @@ using System;
using System.Linq;
using System.IO;
using System.Collections.Generic;
using Org.OpenAPITools.Model;
using Org.OpenAPITools.Client;
using Coscine.ApiClient.Model;
using Coscine.ApiClient.Client;
using System.Reflection;
using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model
namespace Coscine.ApiClient.Test.Model
{
/// <summary>
/// Class for testing MetadataTreeDtoResponse
......@@ -65,21 +65,21 @@ namespace Org.OpenAPITools.Test.Model
}
/// <summary>
/// Test the property 'StatusCode'
/// Test the property 'IsSuccess'
/// </summary>
[Fact]
public void StatusCodeTest()
public void IsSuccessTest()
{
// TODO unit test for the property 'StatusCode'
// TODO unit test for the property 'IsSuccess'
}
/// <summary>
/// Test the property 'IsSuccess'
/// Test the property 'StatusCode'
/// </summary>
[Fact]
public void IsSuccessTest()
public void StatusCodeTest()
{
// TODO unit test for the property 'IsSuccess'
// TODO unit test for the property 'StatusCode'
}
/// <summary>
......
/*
* Coscine Web API
* 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.
*
......@@ -15,12 +15,12 @@ using System;
using System.Linq;
using System.IO;
using System.Collections.Generic;
using Org.OpenAPITools.Model;
using Org.OpenAPITools.Client;
using Coscine.ApiClient.Model;
using Coscine.ApiClient.Client;
using System.Reflection;
using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model
namespace Coscine.ApiClient.Test.Model
{
/// <summary>
/// Class for testing MetadataTreeDto
......