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
Loading items

Target

Select target project
  • coscine/backend/libraries/apiclient
1 result
Select Git revision
Loading items
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. * 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 GitlabProjectDtoIEnumerableResponse /// Class for testing GitlabProjectDtoIEnumerableResponse
...@@ -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 GitlabProjectDtoResponse /// Class for testing GitlabProjectDtoResponse
...@@ -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 GitlabProjectDto /// 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. * 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 GitlabResourceTypeOptionsForCreationDto /// 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. * 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 GitlabResourceTypeOptionsForUpdateDto /// 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. * 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 IdentityProviderDto /// 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. * 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 IdentityProviders /// 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. * 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 LanguageDtoIEnumerablePagedResponse /// Class for testing LanguageDtoPagedResponse
/// </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 LanguageDtoIEnumerablePagedResponseTests : IDisposable public class LanguageDtoPagedResponseTests : IDisposable
{ {
// TODO uncomment below to declare an instance variable for LanguageDtoIEnumerablePagedResponse // TODO uncomment below to declare an instance variable for LanguageDtoPagedResponse
//private LanguageDtoIEnumerablePagedResponse instance; //private LanguageDtoPagedResponse instance;
public LanguageDtoIEnumerablePagedResponseTests() public LanguageDtoPagedResponseTests()
{ {
// TODO uncomment below to create an instance of LanguageDtoIEnumerablePagedResponse // TODO uncomment below to create an instance of LanguageDtoPagedResponse
//instance = new LanguageDtoIEnumerablePagedResponse(); //instance = new LanguageDtoPagedResponse();
} }
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 LanguageDtoIEnumerablePagedResponse /// Test an instance of LanguageDtoPagedResponse
/// </summary> /// </summary>
[Fact] [Fact]
public void LanguageDtoIEnumerablePagedResponseInstanceTest() public void LanguageDtoPagedResponseInstanceTest()
{ {
// TODO uncomment below to test "IsType" LanguageDtoIEnumerablePagedResponse // TODO uncomment below to test "IsType" LanguageDtoPagedResponse
//Assert.IsType<LanguageDtoIEnumerablePagedResponse>(instance); //Assert.IsType<LanguageDtoPagedResponse>(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 LanguageDtoResponse /// Class for testing LanguageDtoResponse
...@@ -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 LanguageDto /// 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. * 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 LanguageForUserManipulationDto /// 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. * 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 LicenseDtoIEnumerablePagedResponse /// Class for testing LicenseDtoPagedResponse
/// </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 LicenseDtoIEnumerablePagedResponseTests : IDisposable public class LicenseDtoPagedResponseTests : IDisposable
{ {
// TODO uncomment below to declare an instance variable for LicenseDtoIEnumerablePagedResponse // TODO uncomment below to declare an instance variable for LicenseDtoPagedResponse
//private LicenseDtoIEnumerablePagedResponse instance; //private LicenseDtoPagedResponse instance;
public LicenseDtoIEnumerablePagedResponseTests() public LicenseDtoPagedResponseTests()
{ {
// TODO uncomment below to create an instance of LicenseDtoIEnumerablePagedResponse // TODO uncomment below to create an instance of LicenseDtoPagedResponse
//instance = new LicenseDtoIEnumerablePagedResponse(); //instance = new LicenseDtoPagedResponse();
} }
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 LicenseDtoIEnumerablePagedResponse /// Test an instance of LicenseDtoPagedResponse
/// </summary> /// </summary>
[Fact] [Fact]
public void LicenseDtoIEnumerablePagedResponseInstanceTest() public void LicenseDtoPagedResponseInstanceTest()
{ {
// TODO uncomment below to test "IsType" LicenseDtoIEnumerablePagedResponse // TODO uncomment below to test "IsType" LicenseDtoPagedResponse
//Assert.IsType<LicenseDtoIEnumerablePagedResponse>(instance); //Assert.IsType<LicenseDtoPagedResponse>(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 LicenseDtoResponse /// Class for testing LicenseDtoResponse
...@@ -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 LicenseDto /// 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. * 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 LicenseForResourceManipulationDto /// 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. * 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 MaintenanceDtoIEnumerablePagedResponse /// Class for testing MaintenanceDtoPagedResponse
/// </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 MaintenanceDtoIEnumerablePagedResponseTests : IDisposable public class MaintenanceDtoPagedResponseTests : IDisposable
{ {
// TODO uncomment below to declare an instance variable for MaintenanceDtoIEnumerablePagedResponse // TODO uncomment below to declare an instance variable for MaintenanceDtoPagedResponse
//private MaintenanceDtoIEnumerablePagedResponse instance; //private MaintenanceDtoPagedResponse instance;
public MaintenanceDtoIEnumerablePagedResponseTests() public MaintenanceDtoPagedResponseTests()
{ {
// TODO uncomment below to create an instance of MaintenanceDtoIEnumerablePagedResponse // TODO uncomment below to create an instance of MaintenanceDtoPagedResponse
//instance = new MaintenanceDtoIEnumerablePagedResponse(); //instance = new MaintenanceDtoPagedResponse();
} }
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 MaintenanceDtoIEnumerablePagedResponse /// Test an instance of MaintenanceDtoPagedResponse
/// </summary> /// </summary>
[Fact] [Fact]
public void MaintenanceDtoIEnumerablePagedResponseInstanceTest() public void MaintenanceDtoPagedResponseInstanceTest()
{ {
// TODO uncomment below to test "IsType" MaintenanceDtoIEnumerablePagedResponse // TODO uncomment below to test "IsType" MaintenanceDtoPagedResponse
//Assert.IsType<MaintenanceDtoIEnumerablePagedResponse>(instance); //Assert.IsType<MaintenanceDtoPagedResponse>(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 MaintenanceDto /// 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. * 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 MetadataTreeDtoIEnumerablePagedResponse /// Class for testing MetadataTreeDtoPagedResponse
/// </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 MetadataTreeDtoIEnumerablePagedResponseTests : IDisposable public class MetadataTreeDtoPagedResponseTests : IDisposable
{ {
// TODO uncomment below to declare an instance variable for MetadataTreeDtoIEnumerablePagedResponse // TODO uncomment below to declare an instance variable for MetadataTreeDtoPagedResponse
//private MetadataTreeDtoIEnumerablePagedResponse instance; //private MetadataTreeDtoPagedResponse instance;
public MetadataTreeDtoIEnumerablePagedResponseTests() public MetadataTreeDtoPagedResponseTests()
{ {
// TODO uncomment below to create an instance of MetadataTreeDtoIEnumerablePagedResponse // TODO uncomment below to create an instance of MetadataTreeDtoPagedResponse
//instance = new MetadataTreeDtoIEnumerablePagedResponse(); //instance = new MetadataTreeDtoPagedResponse();
} }
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 MetadataTreeDtoIEnumerablePagedResponse /// Test an instance of MetadataTreeDtoPagedResponse
/// </summary> /// </summary>
[Fact] [Fact]
public void MetadataTreeDtoIEnumerablePagedResponseInstanceTest() public void MetadataTreeDtoPagedResponseInstanceTest()
{ {
// TODO uncomment below to test "IsType" MetadataTreeDtoIEnumerablePagedResponse // TODO uncomment below to test "IsType" MetadataTreeDtoPagedResponse
//Assert.IsType<MetadataTreeDtoIEnumerablePagedResponse>(instance); //Assert.IsType<MetadataTreeDtoPagedResponse>(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 MetadataTreeDtoResponse /// Class for testing MetadataTreeDtoResponse
...@@ -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 MetadataTreeDto /// Class for testing MetadataTreeDto
......