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

Target

Select target project
  • coscine/backend/libraries/apiclient
1 result
Select Git revision
Show changes
Showing
with 175 additions and 166 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 MetadataTreeForCreationDto /// Class for testing MetadataTreeForCreationDto
......
/* /*
* 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 MetadataTreeForUpdateDto /// Class for testing MetadataTreeForUpdateDto
......
/* /*
* 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 MetadataUpdateAdminParameters /// Class for testing MetadataUpdateAdminParameters
......
/* /*
* 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 OrganizationDtoIEnumerablePagedResponse /// Class for testing OrganizationDtoPagedResponse
/// </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 OrganizationDtoIEnumerablePagedResponseTests : IDisposable public class OrganizationDtoPagedResponseTests : IDisposable
{ {
// TODO uncomment below to declare an instance variable for OrganizationDtoIEnumerablePagedResponse // TODO uncomment below to declare an instance variable for OrganizationDtoPagedResponse
//private OrganizationDtoIEnumerablePagedResponse instance; //private OrganizationDtoPagedResponse instance;
public OrganizationDtoIEnumerablePagedResponseTests() public OrganizationDtoPagedResponseTests()
{ {
// TODO uncomment below to create an instance of OrganizationDtoIEnumerablePagedResponse // TODO uncomment below to create an instance of OrganizationDtoPagedResponse
//instance = new OrganizationDtoIEnumerablePagedResponse(); //instance = new OrganizationDtoPagedResponse();
} }
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 OrganizationDtoIEnumerablePagedResponse /// Test an instance of OrganizationDtoPagedResponse
/// </summary> /// </summary>
[Fact] [Fact]
public void OrganizationDtoIEnumerablePagedResponseInstanceTest() public void OrganizationDtoPagedResponseInstanceTest()
{ {
// TODO uncomment below to test "IsType" OrganizationDtoIEnumerablePagedResponse // TODO uncomment below to test "IsType" OrganizationDtoPagedResponse
//Assert.IsType<OrganizationDtoIEnumerablePagedResponse>(instance); //Assert.IsType<OrganizationDtoPagedResponse>(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 OrganizationDtoResponse /// Class for testing OrganizationDtoResponse
...@@ -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 OrganizationDto /// Class for testing OrganizationDto
......
/* /*
* 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 OrganizationForProjectManipulationDto /// Class for testing OrganizationForProjectManipulationDto
......
/* /*
* 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 Pagination /// Class for testing Pagination
......
/* /*
* 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 PidRequestDto /// Class for testing PidRequestDto
......
/* /*
* 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 PidType /// Class for testing PidType
......
/* /*
* 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 PidValidationDtoResponse /// Class for testing PidValidationDtoResponse
...@@ -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 PidValidationDto /// Class for testing PidValidationDto
......
/* /*
* 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 ProjectAdminDtoIEnumerablePagedResponse /// Class for testing ProjectAdminDtoPagedResponse
/// </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 ProjectAdminDtoIEnumerablePagedResponseTests : IDisposable public class ProjectAdminDtoPagedResponseTests : IDisposable
{ {
// TODO uncomment below to declare an instance variable for ProjectAdminDtoIEnumerablePagedResponse // TODO uncomment below to declare an instance variable for ProjectAdminDtoPagedResponse
//private ProjectAdminDtoIEnumerablePagedResponse instance; //private ProjectAdminDtoPagedResponse instance;
public ProjectAdminDtoIEnumerablePagedResponseTests() public ProjectAdminDtoPagedResponseTests()
{ {
// TODO uncomment below to create an instance of ProjectAdminDtoIEnumerablePagedResponse // TODO uncomment below to create an instance of ProjectAdminDtoPagedResponse
//instance = new ProjectAdminDtoIEnumerablePagedResponse(); //instance = new ProjectAdminDtoPagedResponse();
} }
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 ProjectAdminDtoIEnumerablePagedResponse /// Test an instance of ProjectAdminDtoPagedResponse
/// </summary> /// </summary>
[Fact] [Fact]
public void ProjectAdminDtoIEnumerablePagedResponseInstanceTest() public void ProjectAdminDtoPagedResponseInstanceTest()
{ {
// TODO uncomment below to test "IsType" ProjectAdminDtoIEnumerablePagedResponse // TODO uncomment below to test "IsType" ProjectAdminDtoPagedResponse
//Assert.IsType<ProjectAdminDtoIEnumerablePagedResponse>(instance); //Assert.IsType<ProjectAdminDtoPagedResponse>(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 ProjectAdminDto /// Class for testing ProjectAdminDto
...@@ -243,5 +243,14 @@ namespace Org.OpenAPITools.Test.Model ...@@ -243,5 +243,14 @@ namespace Org.OpenAPITools.Test.Model
{ {
// TODO unit test for the property 'ProjectRoles' // TODO unit test for the property 'ProjectRoles'
} }
/// <summary>
/// Test the property 'ProjectQuota'
/// </summary>
[Fact]
public void ProjectQuotaTest()
{
// TODO unit test for the property 'ProjectQuota'
}
} }
} }
/* /*
* 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 ProjectDtoIEnumerablePagedResponse /// Class for testing ProjectDtoPagedResponse
/// </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 ProjectDtoIEnumerablePagedResponseTests : IDisposable public class ProjectDtoPagedResponseTests : IDisposable
{ {
// TODO uncomment below to declare an instance variable for ProjectDtoIEnumerablePagedResponse // TODO uncomment below to declare an instance variable for ProjectDtoPagedResponse
//private ProjectDtoIEnumerablePagedResponse instance; //private ProjectDtoPagedResponse instance;
public ProjectDtoIEnumerablePagedResponseTests() public ProjectDtoPagedResponseTests()
{ {
// TODO uncomment below to create an instance of ProjectDtoIEnumerablePagedResponse // TODO uncomment below to create an instance of ProjectDtoPagedResponse
//instance = new ProjectDtoIEnumerablePagedResponse(); //instance = new ProjectDtoPagedResponse();
} }
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 ProjectDtoIEnumerablePagedResponse /// Test an instance of ProjectDtoPagedResponse
/// </summary> /// </summary>
[Fact] [Fact]
public void ProjectDtoIEnumerablePagedResponseInstanceTest() public void ProjectDtoPagedResponseInstanceTest()
{ {
// TODO uncomment below to test "IsType" ProjectDtoIEnumerablePagedResponse // TODO uncomment below to test "IsType" ProjectDtoPagedResponse
//Assert.IsType<ProjectDtoIEnumerablePagedResponse>(instance); //Assert.IsType<ProjectDtoPagedResponse>(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 ProjectDtoResponse /// Class for testing ProjectDtoResponse
...@@ -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 ProjectDto /// Class for testing ProjectDto
......
/* /*
* 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 ProjectForCreationDto /// Class for testing ProjectForCreationDto
......
/* /*
* 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 ProjectForUpdateDto /// Class for testing ProjectForUpdateDto
......
/* /*
* 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 ProjectInvitationDtoIEnumerablePagedResponse /// Class for testing ProjectInvitationDtoPagedResponse
/// </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 ProjectInvitationDtoIEnumerablePagedResponseTests : IDisposable public class ProjectInvitationDtoPagedResponseTests : IDisposable
{ {
// TODO uncomment below to declare an instance variable for ProjectInvitationDtoIEnumerablePagedResponse // TODO uncomment below to declare an instance variable for ProjectInvitationDtoPagedResponse
//private ProjectInvitationDtoIEnumerablePagedResponse instance; //private ProjectInvitationDtoPagedResponse instance;
public ProjectInvitationDtoIEnumerablePagedResponseTests() public ProjectInvitationDtoPagedResponseTests()
{ {
// TODO uncomment below to create an instance of ProjectInvitationDtoIEnumerablePagedResponse // TODO uncomment below to create an instance of ProjectInvitationDtoPagedResponse
//instance = new ProjectInvitationDtoIEnumerablePagedResponse(); //instance = new ProjectInvitationDtoPagedResponse();
} }
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 ProjectInvitationDtoIEnumerablePagedResponse /// Test an instance of ProjectInvitationDtoPagedResponse
/// </summary> /// </summary>
[Fact] [Fact]
public void ProjectInvitationDtoIEnumerablePagedResponseInstanceTest() public void ProjectInvitationDtoPagedResponseInstanceTest()
{ {
// TODO uncomment below to test "IsType" ProjectInvitationDtoIEnumerablePagedResponse // TODO uncomment below to test "IsType" ProjectInvitationDtoPagedResponse
//Assert.IsType<ProjectInvitationDtoIEnumerablePagedResponse>(instance); //Assert.IsType<ProjectInvitationDtoPagedResponse>(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>
......