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
  • Issue/3142-kpiGenerator
  • 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.10
  • v1.9.2
  • v1.9.3
  • v1.9.4
  • v1.9.5
  • v1.9.6
  • v1.9.7
  • v1.9.8
  • v1.9.9
46 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
  • Issue/3142-kpiGenerator
  • 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.10
  • v1.9.2
  • v1.9.3
  • v1.9.4
  • v1.9.5
  • v1.9.6
  • v1.9.7
  • v1.9.8
  • v1.9.9
46 results
Show changes
Showing
with 155 additions and 155 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. * 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; ...@@ -15,12 +15,12 @@ using System;
using System.Linq; using System.Linq;
using System.IO; using System.IO;
using System.Collections.Generic; using System.Collections.Generic;
using Org.OpenAPITools.Model; using Coscine.ApiClient.Model;
using Org.OpenAPITools.Client; using Coscine.ApiClient.Client;
using System.Reflection; using System.Reflection;
using Newtonsoft.Json; using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model namespace Coscine.ApiClient.Test.Model
{ {
/// <summary> /// <summary>
/// Class for testing ApiTokenForCreationDto /// Class for testing ApiTokenForCreationDto
......
/* /*
* 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. * 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; ...@@ -15,29 +15,29 @@ using System;
using System.Linq; using System.Linq;
using System.IO; using System.IO;
using System.Collections.Generic; using System.Collections.Generic;
using Org.OpenAPITools.Model; using Coscine.ApiClient.Model;
using Org.OpenAPITools.Client; using Coscine.ApiClient.Client;
using System.Reflection; using System.Reflection;
using Newtonsoft.Json; using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model namespace Coscine.ApiClient.Test.Model
{ {
/// <summary> /// <summary>
/// Class for testing ApplicationProfileDtoIEnumerablePagedResponse /// Class for testing ApplicationProfileDtoPagedResponse
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech). /// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
/// Please update the test case below to test the model. /// Please update the test case below to test the model.
/// </remarks> /// </remarks>
public class ApplicationProfileDtoIEnumerablePagedResponseTests : IDisposable public class ApplicationProfileDtoPagedResponseTests : IDisposable
{ {
// TODO uncomment below to declare an instance variable for ApplicationProfileDtoIEnumerablePagedResponse // TODO uncomment below to declare an instance variable for ApplicationProfileDtoPagedResponse
//private ApplicationProfileDtoIEnumerablePagedResponse instance; //private ApplicationProfileDtoPagedResponse instance;
public ApplicationProfileDtoIEnumerablePagedResponseTests() public ApplicationProfileDtoPagedResponseTests()
{ {
// TODO uncomment below to create an instance of ApplicationProfileDtoIEnumerablePagedResponse // TODO uncomment below to create an instance of ApplicationProfileDtoPagedResponse
//instance = new ApplicationProfileDtoIEnumerablePagedResponse(); //instance = new ApplicationProfileDtoPagedResponse();
} }
public void Dispose() public void Dispose()
...@@ -46,13 +46,13 @@ namespace Org.OpenAPITools.Test.Model ...@@ -46,13 +46,13 @@ namespace Org.OpenAPITools.Test.Model
} }
/// <summary> /// <summary>
/// Test an instance of ApplicationProfileDtoIEnumerablePagedResponse /// Test an instance of ApplicationProfileDtoPagedResponse
/// </summary> /// </summary>
[Fact] [Fact]
public void ApplicationProfileDtoIEnumerablePagedResponseInstanceTest() public void ApplicationProfileDtoPagedResponseInstanceTest()
{ {
// TODO uncomment below to test "IsType" ApplicationProfileDtoIEnumerablePagedResponse // TODO uncomment below to test "IsType" ApplicationProfileDtoPagedResponse
//Assert.IsType<ApplicationProfileDtoIEnumerablePagedResponse>(instance); //Assert.IsType<ApplicationProfileDtoPagedResponse>(instance);
} }
/// <summary> /// <summary>
...@@ -65,21 +65,21 @@ namespace Org.OpenAPITools.Test.Model ...@@ -65,21 +65,21 @@ namespace Org.OpenAPITools.Test.Model
} }
/// <summary> /// <summary>
/// Test the property 'StatusCode' /// Test the property 'IsSuccess'
/// </summary> /// </summary>
[Fact] [Fact]
public void StatusCodeTest() public void IsSuccessTest()
{ {
// TODO unit test for the property 'StatusCode' // TODO unit test for the property 'IsSuccess'
} }
/// <summary> /// <summary>
/// Test the property 'IsSuccess' /// Test the property 'StatusCode'
/// </summary> /// </summary>
[Fact] [Fact]
public void IsSuccessTest() public void StatusCodeTest()
{ {
// TODO unit test for the property 'IsSuccess' // TODO unit test for the property 'StatusCode'
} }
/// <summary> /// <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. * 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; ...@@ -15,12 +15,12 @@ using System;
using System.Linq; using System.Linq;
using System.IO; using System.IO;
using System.Collections.Generic; using System.Collections.Generic;
using Org.OpenAPITools.Model; using Coscine.ApiClient.Model;
using Org.OpenAPITools.Client; using Coscine.ApiClient.Client;
using System.Reflection; using System.Reflection;
using Newtonsoft.Json; using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model namespace Coscine.ApiClient.Test.Model
{ {
/// <summary> /// <summary>
/// Class for testing ApplicationProfileDtoResponse /// Class for testing ApplicationProfileDtoResponse
...@@ -65,21 +65,21 @@ namespace Org.OpenAPITools.Test.Model ...@@ -65,21 +65,21 @@ namespace Org.OpenAPITools.Test.Model
} }
/// <summary> /// <summary>
/// Test the property 'StatusCode' /// Test the property 'IsSuccess'
/// </summary> /// </summary>
[Fact] [Fact]
public void StatusCodeTest() public void IsSuccessTest()
{ {
// TODO unit test for the property 'StatusCode' // TODO unit test for the property 'IsSuccess'
} }
/// <summary> /// <summary>
/// Test the property 'IsSuccess' /// Test the property 'StatusCode'
/// </summary> /// </summary>
[Fact] [Fact]
public void IsSuccessTest() public void StatusCodeTest()
{ {
// TODO unit test for the property 'IsSuccess' // TODO unit test for the property 'StatusCode'
} }
/// <summary> /// <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. * 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; ...@@ -15,12 +15,12 @@ using System;
using System.Linq; using System.Linq;
using System.IO; using System.IO;
using System.Collections.Generic; using System.Collections.Generic;
using Org.OpenAPITools.Model; using Coscine.ApiClient.Model;
using Org.OpenAPITools.Client; using Coscine.ApiClient.Client;
using System.Reflection; using System.Reflection;
using Newtonsoft.Json; using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model namespace Coscine.ApiClient.Test.Model
{ {
/// <summary> /// <summary>
/// Class for testing ApplicationProfileDto /// Class for testing ApplicationProfileDto
......
/* /*
* 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. * 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; ...@@ -15,12 +15,12 @@ using System;
using System.Linq; using System.Linq;
using System.IO; using System.IO;
using System.Collections.Generic; using System.Collections.Generic;
using Org.OpenAPITools.Model; using Coscine.ApiClient.Model;
using Org.OpenAPITools.Client; using Coscine.ApiClient.Client;
using System.Reflection; using System.Reflection;
using Newtonsoft.Json; using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model namespace Coscine.ApiClient.Test.Model
{ {
/// <summary> /// <summary>
/// Class for testing ApplicationProfileForCreationDtoResponse /// Class for testing ApplicationProfileForCreationDtoResponse
...@@ -65,21 +65,21 @@ namespace Org.OpenAPITools.Test.Model ...@@ -65,21 +65,21 @@ namespace Org.OpenAPITools.Test.Model
} }
/// <summary> /// <summary>
/// Test the property 'StatusCode' /// Test the property 'IsSuccess'
/// </summary> /// </summary>
[Fact] [Fact]
public void StatusCodeTest() public void IsSuccessTest()
{ {
// TODO unit test for the property 'StatusCode' // TODO unit test for the property 'IsSuccess'
} }
/// <summary> /// <summary>
/// Test the property 'IsSuccess' /// Test the property 'StatusCode'
/// </summary> /// </summary>
[Fact] [Fact]
public void IsSuccessTest() public void StatusCodeTest()
{ {
// TODO unit test for the property 'IsSuccess' // TODO unit test for the property 'StatusCode'
} }
/// <summary> /// <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. * 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; ...@@ -15,12 +15,12 @@ using System;
using System.Linq; using System.Linq;
using System.IO; using System.IO;
using System.Collections.Generic; using System.Collections.Generic;
using Org.OpenAPITools.Model; using Coscine.ApiClient.Model;
using Org.OpenAPITools.Client; using Coscine.ApiClient.Client;
using System.Reflection; using System.Reflection;
using Newtonsoft.Json; using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model namespace Coscine.ApiClient.Test.Model
{ {
/// <summary> /// <summary>
/// Class for testing ApplicationProfileForCreationDto /// Class for testing ApplicationProfileForCreationDto
......
/* /*
* 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. * 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; ...@@ -15,12 +15,12 @@ using System;
using System.Linq; using System.Linq;
using System.IO; using System.IO;
using System.Collections.Generic; using System.Collections.Generic;
using Org.OpenAPITools.Model; using Coscine.ApiClient.Model;
using Org.OpenAPITools.Client; using Coscine.ApiClient.Client;
using System.Reflection; using System.Reflection;
using Newtonsoft.Json; using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model namespace Coscine.ApiClient.Test.Model
{ {
/// <summary> /// <summary>
/// Class for testing ApplicationProfileForResourceCreationDto /// Class for testing ApplicationProfileForResourceCreationDto
......
/* /*
* 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. * 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; ...@@ -15,12 +15,12 @@ using System;
using System.Linq; using System.Linq;
using System.IO; using System.IO;
using System.Collections.Generic; using System.Collections.Generic;
using Org.OpenAPITools.Model; using Coscine.ApiClient.Model;
using Org.OpenAPITools.Client; using Coscine.ApiClient.Client;
using System.Reflection; using System.Reflection;
using Newtonsoft.Json; using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model namespace Coscine.ApiClient.Test.Model
{ {
/// <summary> /// <summary>
/// Class for testing ApplicationProfileMinimalDto /// Class for testing ApplicationProfileMinimalDto
......
/* /*
* 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. * 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; ...@@ -15,29 +15,29 @@ using System;
using System.Linq; using System.Linq;
using System.IO; using System.IO;
using System.Collections.Generic; using System.Collections.Generic;
using Org.OpenAPITools.Model; using Coscine.ApiClient.Model;
using Org.OpenAPITools.Client; using Coscine.ApiClient.Client;
using System.Reflection; using System.Reflection;
using Newtonsoft.Json; using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model namespace Coscine.ApiClient.Test.Model
{ {
/// <summary> /// <summary>
/// Class for testing DisciplineDtoIEnumerablePagedResponse /// Class for testing DisciplineDtoPagedResponse
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech). /// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
/// Please update the test case below to test the model. /// Please update the test case below to test the model.
/// </remarks> /// </remarks>
public class DisciplineDtoIEnumerablePagedResponseTests : IDisposable public class DisciplineDtoPagedResponseTests : IDisposable
{ {
// TODO uncomment below to declare an instance variable for DisciplineDtoIEnumerablePagedResponse // TODO uncomment below to declare an instance variable for DisciplineDtoPagedResponse
//private DisciplineDtoIEnumerablePagedResponse instance; //private DisciplineDtoPagedResponse instance;
public DisciplineDtoIEnumerablePagedResponseTests() public DisciplineDtoPagedResponseTests()
{ {
// TODO uncomment below to create an instance of DisciplineDtoIEnumerablePagedResponse // TODO uncomment below to create an instance of DisciplineDtoPagedResponse
//instance = new DisciplineDtoIEnumerablePagedResponse(); //instance = new DisciplineDtoPagedResponse();
} }
public void Dispose() public void Dispose()
...@@ -46,13 +46,13 @@ namespace Org.OpenAPITools.Test.Model ...@@ -46,13 +46,13 @@ namespace Org.OpenAPITools.Test.Model
} }
/// <summary> /// <summary>
/// Test an instance of DisciplineDtoIEnumerablePagedResponse /// Test an instance of DisciplineDtoPagedResponse
/// </summary> /// </summary>
[Fact] [Fact]
public void DisciplineDtoIEnumerablePagedResponseInstanceTest() public void DisciplineDtoPagedResponseInstanceTest()
{ {
// TODO uncomment below to test "IsType" DisciplineDtoIEnumerablePagedResponse // TODO uncomment below to test "IsType" DisciplineDtoPagedResponse
//Assert.IsType<DisciplineDtoIEnumerablePagedResponse>(instance); //Assert.IsType<DisciplineDtoPagedResponse>(instance);
} }
/// <summary> /// <summary>
...@@ -65,21 +65,21 @@ namespace Org.OpenAPITools.Test.Model ...@@ -65,21 +65,21 @@ namespace Org.OpenAPITools.Test.Model
} }
/// <summary> /// <summary>
/// Test the property 'StatusCode' /// Test the property 'IsSuccess'
/// </summary> /// </summary>
[Fact] [Fact]
public void StatusCodeTest() public void IsSuccessTest()
{ {
// TODO unit test for the property 'StatusCode' // TODO unit test for the property 'IsSuccess'
} }
/// <summary> /// <summary>
/// Test the property 'IsSuccess' /// Test the property 'StatusCode'
/// </summary> /// </summary>
[Fact] [Fact]
public void IsSuccessTest() public void StatusCodeTest()
{ {
// TODO unit test for the property 'IsSuccess' // TODO unit test for the property 'StatusCode'
} }
/// <summary> /// <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. * 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; ...@@ -15,12 +15,12 @@ using System;
using System.Linq; using System.Linq;
using System.IO; using System.IO;
using System.Collections.Generic; using System.Collections.Generic;
using Org.OpenAPITools.Model; using Coscine.ApiClient.Model;
using Org.OpenAPITools.Client; using Coscine.ApiClient.Client;
using System.Reflection; using System.Reflection;
using Newtonsoft.Json; using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model namespace Coscine.ApiClient.Test.Model
{ {
/// <summary> /// <summary>
/// Class for testing DisciplineDtoResponse /// Class for testing DisciplineDtoResponse
...@@ -65,21 +65,21 @@ namespace Org.OpenAPITools.Test.Model ...@@ -65,21 +65,21 @@ namespace Org.OpenAPITools.Test.Model
} }
/// <summary> /// <summary>
/// Test the property 'StatusCode' /// Test the property 'IsSuccess'
/// </summary> /// </summary>
[Fact] [Fact]
public void StatusCodeTest() public void IsSuccessTest()
{ {
// TODO unit test for the property 'StatusCode' // TODO unit test for the property 'IsSuccess'
} }
/// <summary> /// <summary>
/// Test the property 'IsSuccess' /// Test the property 'StatusCode'
/// </summary> /// </summary>
[Fact] [Fact]
public void IsSuccessTest() public void StatusCodeTest()
{ {
// TODO unit test for the property 'IsSuccess' // TODO unit test for the property 'StatusCode'
} }
/// <summary> /// <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. * 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; ...@@ -15,12 +15,12 @@ using System;
using System.Linq; using System.Linq;
using System.IO; using System.IO;
using System.Collections.Generic; using System.Collections.Generic;
using Org.OpenAPITools.Model; using Coscine.ApiClient.Model;
using Org.OpenAPITools.Client; using Coscine.ApiClient.Client;
using System.Reflection; using System.Reflection;
using Newtonsoft.Json; using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model namespace Coscine.ApiClient.Test.Model
{ {
/// <summary> /// <summary>
/// Class for testing DisciplineDto /// Class for testing DisciplineDto
......
/* /*
* 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. * 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; ...@@ -15,12 +15,12 @@ using System;
using System.Linq; using System.Linq;
using System.IO; using System.IO;
using System.Collections.Generic; using System.Collections.Generic;
using Org.OpenAPITools.Model; using Coscine.ApiClient.Model;
using Org.OpenAPITools.Client; using Coscine.ApiClient.Client;
using System.Reflection; using System.Reflection;
using Newtonsoft.Json; using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model namespace Coscine.ApiClient.Test.Model
{ {
/// <summary> /// <summary>
/// Class for testing DisciplineForProjectManipulationDto /// Class for testing DisciplineForProjectManipulationDto
......
/* /*
* 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. * 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; ...@@ -15,12 +15,12 @@ using System;
using System.Linq; using System.Linq;
using System.IO; using System.IO;
using System.Collections.Generic; using System.Collections.Generic;
using Org.OpenAPITools.Model; using Coscine.ApiClient.Model;
using Org.OpenAPITools.Client; using Coscine.ApiClient.Client;
using System.Reflection; using System.Reflection;
using Newtonsoft.Json; using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model namespace Coscine.ApiClient.Test.Model
{ {
/// <summary> /// <summary>
/// Class for testing DisciplineForResourceManipulationDto /// Class for testing DisciplineForResourceManipulationDto
......
/* /*
* 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. * 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; ...@@ -15,12 +15,12 @@ using System;
using System.Linq; using System.Linq;
using System.IO; using System.IO;
using System.Collections.Generic; using System.Collections.Generic;
using Org.OpenAPITools.Model; using Coscine.ApiClient.Model;
using Org.OpenAPITools.Client; using Coscine.ApiClient.Client;
using System.Reflection; using System.Reflection;
using Newtonsoft.Json; using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model namespace Coscine.ApiClient.Test.Model
{ {
/// <summary> /// <summary>
/// Class for testing DisciplineForUserManipulationDto /// Class for testing DisciplineForUserManipulationDto
......
/* /*
* 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. * 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; ...@@ -15,29 +15,29 @@ using System;
using System.Linq; using System.Linq;
using System.IO; using System.IO;
using System.Collections.Generic; using System.Collections.Generic;
using Org.OpenAPITools.Model; using Coscine.ApiClient.Model;
using Org.OpenAPITools.Client; using Coscine.ApiClient.Client;
using System.Reflection; using System.Reflection;
using Newtonsoft.Json; using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model namespace Coscine.ApiClient.Test.Model
{ {
/// <summary> /// <summary>
/// Class for testing FileTreeDtoIEnumerablePagedResponse /// Class for testing FileTreeDtoPagedResponse
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech). /// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
/// Please update the test case below to test the model. /// Please update the test case below to test the model.
/// </remarks> /// </remarks>
public class FileTreeDtoIEnumerablePagedResponseTests : IDisposable public class FileTreeDtoPagedResponseTests : IDisposable
{ {
// TODO uncomment below to declare an instance variable for FileTreeDtoIEnumerablePagedResponse // TODO uncomment below to declare an instance variable for FileTreeDtoPagedResponse
//private FileTreeDtoIEnumerablePagedResponse instance; //private FileTreeDtoPagedResponse instance;
public FileTreeDtoIEnumerablePagedResponseTests() public FileTreeDtoPagedResponseTests()
{ {
// TODO uncomment below to create an instance of FileTreeDtoIEnumerablePagedResponse // TODO uncomment below to create an instance of FileTreeDtoPagedResponse
//instance = new FileTreeDtoIEnumerablePagedResponse(); //instance = new FileTreeDtoPagedResponse();
} }
public void Dispose() public void Dispose()
...@@ -46,13 +46,13 @@ namespace Org.OpenAPITools.Test.Model ...@@ -46,13 +46,13 @@ namespace Org.OpenAPITools.Test.Model
} }
/// <summary> /// <summary>
/// Test an instance of FileTreeDtoIEnumerablePagedResponse /// Test an instance of FileTreeDtoPagedResponse
/// </summary> /// </summary>
[Fact] [Fact]
public void FileTreeDtoIEnumerablePagedResponseInstanceTest() public void FileTreeDtoPagedResponseInstanceTest()
{ {
// TODO uncomment below to test "IsType" FileTreeDtoIEnumerablePagedResponse // TODO uncomment below to test "IsType" FileTreeDtoPagedResponse
//Assert.IsType<FileTreeDtoIEnumerablePagedResponse>(instance); //Assert.IsType<FileTreeDtoPagedResponse>(instance);
} }
/// <summary> /// <summary>
...@@ -65,21 +65,21 @@ namespace Org.OpenAPITools.Test.Model ...@@ -65,21 +65,21 @@ namespace Org.OpenAPITools.Test.Model
} }
/// <summary> /// <summary>
/// Test the property 'StatusCode' /// Test the property 'IsSuccess'
/// </summary> /// </summary>
[Fact] [Fact]
public void StatusCodeTest() public void IsSuccessTest()
{ {
// TODO unit test for the property 'StatusCode' // TODO unit test for the property 'IsSuccess'
} }
/// <summary> /// <summary>
/// Test the property 'IsSuccess' /// Test the property 'StatusCode'
/// </summary> /// </summary>
[Fact] [Fact]
public void IsSuccessTest() public void StatusCodeTest()
{ {
// TODO unit test for the property 'IsSuccess' // TODO unit test for the property 'StatusCode'
} }
/// <summary> /// <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. * 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; ...@@ -15,12 +15,12 @@ using System;
using System.Linq; using System.Linq;
using System.IO; using System.IO;
using System.Collections.Generic; using System.Collections.Generic;
using Org.OpenAPITools.Model; using Coscine.ApiClient.Model;
using Org.OpenAPITools.Client; using Coscine.ApiClient.Client;
using System.Reflection; using System.Reflection;
using Newtonsoft.Json; using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model namespace Coscine.ApiClient.Test.Model
{ {
/// <summary> /// <summary>
/// Class for testing FileTreeDto /// Class for testing FileTreeDto
......
/* /*
* 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. * 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; ...@@ -15,12 +15,12 @@ using System;
using System.Linq; using System.Linq;
using System.IO; using System.IO;
using System.Collections.Generic; using System.Collections.Generic;
using Org.OpenAPITools.Model; using Coscine.ApiClient.Model;
using Org.OpenAPITools.Client; using Coscine.ApiClient.Client;
using System.Reflection; using System.Reflection;
using Newtonsoft.Json; using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model namespace Coscine.ApiClient.Test.Model
{ {
/// <summary> /// <summary>
/// Class for testing FixedValueForResourceManipulationDto /// Class for testing FixedValueForResourceManipulationDto
......
/* /*
* 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. * 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; ...@@ -15,12 +15,12 @@ using System;
using System.Linq; using System.Linq;
using System.IO; using System.IO;
using System.Collections.Generic; using System.Collections.Generic;
using Org.OpenAPITools.Model; using Coscine.ApiClient.Model;
using Org.OpenAPITools.Client; using Coscine.ApiClient.Client;
using System.Reflection; using System.Reflection;
using Newtonsoft.Json; using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model namespace Coscine.ApiClient.Test.Model
{ {
/// <summary> /// <summary>
/// Class for testing GitLabOptionsDto /// Class for testing GitLabOptionsDto
......
/* /*
* 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. * 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; ...@@ -15,12 +15,12 @@ using System;
using System.Linq; using System.Linq;
using System.IO; using System.IO;
using System.Collections.Generic; using System.Collections.Generic;
using Org.OpenAPITools.Model; using Coscine.ApiClient.Model;
using Org.OpenAPITools.Client; using Coscine.ApiClient.Client;
using System.Reflection; using System.Reflection;
using Newtonsoft.Json; using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model namespace Coscine.ApiClient.Test.Model
{ {
/// <summary> /// <summary>
/// Class for testing GitlabBranchDtoIEnumerableResponse /// Class for testing GitlabBranchDtoIEnumerableResponse
...@@ -65,21 +65,21 @@ namespace Org.OpenAPITools.Test.Model ...@@ -65,21 +65,21 @@ namespace Org.OpenAPITools.Test.Model
} }
/// <summary> /// <summary>
/// Test the property 'StatusCode' /// Test the property 'IsSuccess'
/// </summary> /// </summary>
[Fact] [Fact]
public void StatusCodeTest() public void IsSuccessTest()
{ {
// TODO unit test for the property 'StatusCode' // TODO unit test for the property 'IsSuccess'
} }
/// <summary> /// <summary>
/// Test the property 'IsSuccess' /// Test the property 'StatusCode'
/// </summary> /// </summary>
[Fact] [Fact]
public void IsSuccessTest() public void StatusCodeTest()
{ {
// TODO unit test for the property 'IsSuccess' // TODO unit test for the property 'StatusCode'
} }
/// <summary> /// <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. * 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; ...@@ -15,12 +15,12 @@ using System;
using System.Linq; using System.Linq;
using System.IO; using System.IO;
using System.Collections.Generic; using System.Collections.Generic;
using Org.OpenAPITools.Model; using Coscine.ApiClient.Model;
using Org.OpenAPITools.Client; using Coscine.ApiClient.Client;
using System.Reflection; using System.Reflection;
using Newtonsoft.Json; using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model namespace Coscine.ApiClient.Test.Model
{ {
/// <summary> /// <summary>
/// Class for testing GitlabBranchDto /// Class for testing GitlabBranchDto
......