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
  • Fix/xxxx-emailPropDto
  • 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.11
  • v1.9.12
  • v1.9.13
  • v1.9.2
  • v1.9.3
  • v1.9.4
  • v1.9.5
  • v1.9.6
  • v1.9.7
  • v1.9.8
  • v1.9.9
50 results

Target

Select target project
  • coscine/backend/libraries/apiclient
1 result
Select Git revision
  • Fix/xxxx-emailPropDto
  • 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.11
  • v1.9.12
  • v1.9.13
  • v1.9.2
  • v1.9.3
  • v1.9.4
  • v1.9.5
  • v1.9.6
  • v1.9.7
  • v1.9.8
  • v1.9.9
50 results
Show changes
Showing
with 164 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.
*
......@@ -15,12 +15,12 @@ using System;
using System.Linq;
using System.IO;
using System.Collections.Generic;
using Org.OpenAPITools.Model;
using Org.OpenAPITools.Client;
using Coscine.ApiClient.Model;
using Coscine.ApiClient.Client;
using System.Reflection;
using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model
namespace Coscine.ApiClient.Test.Model
{
/// <summary>
/// Class for testing SearchCategoryType
......
/*
* Coscine Web API
* Coscine Web API (Internal Use Only)
*
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
*
......@@ -15,29 +15,29 @@ using System;
using System.Linq;
using System.IO;
using System.Collections.Generic;
using Org.OpenAPITools.Model;
using Org.OpenAPITools.Client;
using Coscine.ApiClient.Model;
using Coscine.ApiClient.Client;
using System.Reflection;
using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model
namespace Coscine.ApiClient.Test.Model
{
/// <summary>
/// Class for testing SearchResultDtoIEnumerablePagedResponse
/// Class for testing SearchResultDtoPagedSearchResponse
/// </summary>
/// <remarks>
/// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
/// Please update the test case below to test the model.
/// </remarks>
public class SearchResultDtoIEnumerablePagedResponseTests : IDisposable
public class SearchResultDtoPagedSearchResponseTests : IDisposable
{
// TODO uncomment below to declare an instance variable for SearchResultDtoIEnumerablePagedResponse
//private SearchResultDtoIEnumerablePagedResponse instance;
// TODO uncomment below to declare an instance variable for SearchResultDtoPagedSearchResponse
//private SearchResultDtoPagedSearchResponse instance;
public SearchResultDtoIEnumerablePagedResponseTests()
public SearchResultDtoPagedSearchResponseTests()
{
// TODO uncomment below to create an instance of SearchResultDtoIEnumerablePagedResponse
//instance = new SearchResultDtoIEnumerablePagedResponse();
// TODO uncomment below to create an instance of SearchResultDtoPagedSearchResponse
//instance = new SearchResultDtoPagedSearchResponse();
}
public void Dispose()
......@@ -46,13 +46,13 @@ namespace Org.OpenAPITools.Test.Model
}
/// <summary>
/// Test an instance of SearchResultDtoIEnumerablePagedResponse
/// Test an instance of SearchResultDtoPagedSearchResponse
/// </summary>
[Fact]
public void SearchResultDtoIEnumerablePagedResponseInstanceTest()
public void SearchResultDtoPagedSearchResponseInstanceTest()
{
// TODO uncomment below to test "IsType" SearchResultDtoIEnumerablePagedResponse
//Assert.IsType<SearchResultDtoIEnumerablePagedResponse>(instance);
// TODO uncomment below to test "IsType" SearchResultDtoPagedSearchResponse
//Assert.IsType<SearchResultDtoPagedSearchResponse>(instance);
}
/// <summary>
......@@ -65,21 +65,21 @@ namespace Org.OpenAPITools.Test.Model
}
/// <summary>
/// Test the property 'StatusCode'
/// Test the property 'IsSuccess'
/// </summary>
[Fact]
public void StatusCodeTest()
public void IsSuccessTest()
{
// TODO unit test for the property 'StatusCode'
// TODO unit test for the property 'IsSuccess'
}
/// <summary>
/// Test the property 'IsSuccess'
/// Test the property 'StatusCode'
/// </summary>
[Fact]
public void IsSuccessTest()
public void StatusCodeTest()
{
// TODO unit test for the property 'IsSuccess'
// TODO unit test for the property 'StatusCode'
}
/// <summary>
......@@ -99,5 +99,14 @@ namespace Org.OpenAPITools.Test.Model
{
// TODO unit test for the property 'Pagination'
}
/// <summary>
/// Test the property 'Categories'
/// </summary>
[Fact]
public void CategoriesTest()
{
// TODO unit test for the property 'Categories'
}
}
}
/*
* Coscine Web API
* Coscine Web API (Internal Use Only)
*
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
*
......@@ -15,12 +15,12 @@ using System;
using System.Linq;
using System.IO;
using System.Collections.Generic;
using Org.OpenAPITools.Model;
using Org.OpenAPITools.Client;
using Coscine.ApiClient.Model;
using Coscine.ApiClient.Client;
using System.Reflection;
using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model
namespace Coscine.ApiClient.Test.Model
{
/// <summary>
/// Class for testing SearchResultDto
......
/*
* Coscine Web API
* Coscine Web API (Internal Use Only)
*
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
*
......@@ -15,12 +15,12 @@ using System;
using System.Linq;
using System.IO;
using System.Collections.Generic;
using Org.OpenAPITools.Model;
using Org.OpenAPITools.Client;
using Coscine.ApiClient.Model;
using Coscine.ApiClient.Client;
using System.Reflection;
using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model
namespace Coscine.ApiClient.Test.Model
{
/// <summary>
/// Class for testing TermsOfServiceDtoResponse
......@@ -65,21 +65,21 @@ namespace Org.OpenAPITools.Test.Model
}
/// <summary>
/// Test the property 'StatusCode'
/// Test the property 'IsSuccess'
/// </summary>
[Fact]
public void StatusCodeTest()
public void IsSuccessTest()
{
// TODO unit test for the property 'StatusCode'
// TODO unit test for the property 'IsSuccess'
}
/// <summary>
/// Test the property 'IsSuccess'
/// Test the property 'StatusCode'
/// </summary>
[Fact]
public void IsSuccessTest()
public void StatusCodeTest()
{
// TODO unit test for the property 'IsSuccess'
// TODO unit test for the property 'StatusCode'
}
/// <summary>
......
/*
* Coscine Web API
* Coscine Web API (Internal Use Only)
*
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
*
......@@ -15,12 +15,12 @@ using System;
using System.Linq;
using System.IO;
using System.Collections.Generic;
using Org.OpenAPITools.Model;
using Org.OpenAPITools.Client;
using Coscine.ApiClient.Model;
using Coscine.ApiClient.Client;
using System.Reflection;
using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model
namespace Coscine.ApiClient.Test.Model
{
/// <summary>
/// Class for testing TermsOfServiceDto
......
/*
* Coscine Web API
* Coscine Web API (Internal Use Only)
*
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
*
......@@ -15,29 +15,29 @@ using System;
using System.Linq;
using System.IO;
using System.Collections.Generic;
using Org.OpenAPITools.Model;
using Org.OpenAPITools.Client;
using Coscine.ApiClient.Model;
using Coscine.ApiClient.Client;
using System.Reflection;
using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model
namespace Coscine.ApiClient.Test.Model
{
/// <summary>
/// Class for testing TitleDtoIEnumerablePagedResponse
/// Class for testing TitleDtoPagedResponse
/// </summary>
/// <remarks>
/// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
/// Please update the test case below to test the model.
/// </remarks>
public class TitleDtoIEnumerablePagedResponseTests : IDisposable
public class TitleDtoPagedResponseTests : IDisposable
{
// TODO uncomment below to declare an instance variable for TitleDtoIEnumerablePagedResponse
//private TitleDtoIEnumerablePagedResponse instance;
// TODO uncomment below to declare an instance variable for TitleDtoPagedResponse
//private TitleDtoPagedResponse instance;
public TitleDtoIEnumerablePagedResponseTests()
public TitleDtoPagedResponseTests()
{
// TODO uncomment below to create an instance of TitleDtoIEnumerablePagedResponse
//instance = new TitleDtoIEnumerablePagedResponse();
// TODO uncomment below to create an instance of TitleDtoPagedResponse
//instance = new TitleDtoPagedResponse();
}
public void Dispose()
......@@ -46,13 +46,13 @@ namespace Org.OpenAPITools.Test.Model
}
/// <summary>
/// Test an instance of TitleDtoIEnumerablePagedResponse
/// Test an instance of TitleDtoPagedResponse
/// </summary>
[Fact]
public void TitleDtoIEnumerablePagedResponseInstanceTest()
public void TitleDtoPagedResponseInstanceTest()
{
// TODO uncomment below to test "IsType" TitleDtoIEnumerablePagedResponse
//Assert.IsType<TitleDtoIEnumerablePagedResponse>(instance);
// TODO uncomment below to test "IsType" TitleDtoPagedResponse
//Assert.IsType<TitleDtoPagedResponse>(instance);
}
/// <summary>
......@@ -65,21 +65,21 @@ namespace Org.OpenAPITools.Test.Model
}
/// <summary>
/// Test the property 'StatusCode'
/// Test the property 'IsSuccess'
/// </summary>
[Fact]
public void StatusCodeTest()
public void IsSuccessTest()
{
// TODO unit test for the property 'StatusCode'
// TODO unit test for the property 'IsSuccess'
}
/// <summary>
/// Test the property 'IsSuccess'
/// Test the property 'StatusCode'
/// </summary>
[Fact]
public void IsSuccessTest()
public void StatusCodeTest()
{
// TODO unit test for the property 'IsSuccess'
// TODO unit test for the property 'StatusCode'
}
/// <summary>
......
/*
* Coscine Web API
* Coscine Web API (Internal Use Only)
*
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
*
......@@ -15,12 +15,12 @@ using System;
using System.Linq;
using System.IO;
using System.Collections.Generic;
using Org.OpenAPITools.Model;
using Org.OpenAPITools.Client;
using Coscine.ApiClient.Model;
using Coscine.ApiClient.Client;
using System.Reflection;
using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model
namespace Coscine.ApiClient.Test.Model
{
/// <summary>
/// Class for testing TitleDtoResponse
......@@ -65,21 +65,21 @@ namespace Org.OpenAPITools.Test.Model
}
/// <summary>
/// Test the property 'StatusCode'
/// Test the property 'IsSuccess'
/// </summary>
[Fact]
public void StatusCodeTest()
public void IsSuccessTest()
{
// TODO unit test for the property 'StatusCode'
// TODO unit test for the property 'IsSuccess'
}
/// <summary>
/// Test the property 'IsSuccess'
/// Test the property 'StatusCode'
/// </summary>
[Fact]
public void IsSuccessTest()
public void StatusCodeTest()
{
// TODO unit test for the property 'IsSuccess'
// TODO unit test for the property 'StatusCode'
}
/// <summary>
......
/*
* Coscine Web API
* Coscine Web API (Internal Use Only)
*
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
*
......@@ -15,12 +15,12 @@ using System;
using System.Linq;
using System.IO;
using System.Collections.Generic;
using Org.OpenAPITools.Model;
using Org.OpenAPITools.Client;
using Coscine.ApiClient.Model;
using Coscine.ApiClient.Client;
using System.Reflection;
using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model
namespace Coscine.ApiClient.Test.Model
{
/// <summary>
/// Class for testing TitleDto
......
/*
* Coscine Web API
* Coscine Web API (Internal Use Only)
*
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
*
......@@ -15,12 +15,12 @@ using System;
using System.Linq;
using System.IO;
using System.Collections.Generic;
using Org.OpenAPITools.Model;
using Org.OpenAPITools.Client;
using Coscine.ApiClient.Model;
using Coscine.ApiClient.Client;
using System.Reflection;
using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model
namespace Coscine.ApiClient.Test.Model
{
/// <summary>
/// Class for testing TitleForUserManipulationDto
......
/*
* Coscine Web API
* Coscine Web API (Internal Use Only)
*
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
*
......@@ -15,12 +15,12 @@ using System;
using System.Linq;
using System.IO;
using System.Collections.Generic;
using Org.OpenAPITools.Model;
using Org.OpenAPITools.Client;
using Coscine.ApiClient.Model;
using Coscine.ApiClient.Client;
using System.Reflection;
using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model
namespace Coscine.ApiClient.Test.Model
{
/// <summary>
/// Class for testing TreeDataType
......
/*
* Coscine Web API
* Coscine Web API (Internal Use Only)
*
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
*
......@@ -15,29 +15,29 @@ using System;
using System.Linq;
using System.IO;
using System.Collections.Generic;
using Org.OpenAPITools.Model;
using Org.OpenAPITools.Client;
using Coscine.ApiClient.Model;
using Coscine.ApiClient.Client;
using System.Reflection;
using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model
namespace Coscine.ApiClient.Test.Model
{
/// <summary>
/// Class for testing UserDtoIEnumerablePagedResponse
/// Class for testing UserDtoPagedResponse
/// </summary>
/// <remarks>
/// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
/// Please update the test case below to test the model.
/// </remarks>
public class UserDtoIEnumerablePagedResponseTests : IDisposable
public class UserDtoPagedResponseTests : IDisposable
{
// TODO uncomment below to declare an instance variable for UserDtoIEnumerablePagedResponse
//private UserDtoIEnumerablePagedResponse instance;
// TODO uncomment below to declare an instance variable for UserDtoPagedResponse
//private UserDtoPagedResponse instance;
public UserDtoIEnumerablePagedResponseTests()
public UserDtoPagedResponseTests()
{
// TODO uncomment below to create an instance of UserDtoIEnumerablePagedResponse
//instance = new UserDtoIEnumerablePagedResponse();
// TODO uncomment below to create an instance of UserDtoPagedResponse
//instance = new UserDtoPagedResponse();
}
public void Dispose()
......@@ -46,13 +46,13 @@ namespace Org.OpenAPITools.Test.Model
}
/// <summary>
/// Test an instance of UserDtoIEnumerablePagedResponse
/// Test an instance of UserDtoPagedResponse
/// </summary>
[Fact]
public void UserDtoIEnumerablePagedResponseInstanceTest()
public void UserDtoPagedResponseInstanceTest()
{
// TODO uncomment below to test "IsType" UserDtoIEnumerablePagedResponse
//Assert.IsType<UserDtoIEnumerablePagedResponse>(instance);
// TODO uncomment below to test "IsType" UserDtoPagedResponse
//Assert.IsType<UserDtoPagedResponse>(instance);
}
/// <summary>
......@@ -65,21 +65,21 @@ namespace Org.OpenAPITools.Test.Model
}
/// <summary>
/// Test the property 'StatusCode'
/// Test the property 'IsSuccess'
/// </summary>
[Fact]
public void StatusCodeTest()
public void IsSuccessTest()
{
// TODO unit test for the property 'StatusCode'
// TODO unit test for the property 'IsSuccess'
}
/// <summary>
/// Test the property 'IsSuccess'
/// Test the property 'StatusCode'
/// </summary>
[Fact]
public void IsSuccessTest()
public void StatusCodeTest()
{
// TODO unit test for the property 'IsSuccess'
// TODO unit test for the property 'StatusCode'
}
/// <summary>
......
/*
* Coscine Web API
* Coscine Web API (Internal Use Only)
*
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
*
......@@ -15,12 +15,12 @@ using System;
using System.Linq;
using System.IO;
using System.Collections.Generic;
using Org.OpenAPITools.Model;
using Org.OpenAPITools.Client;
using Coscine.ApiClient.Model;
using Coscine.ApiClient.Client;
using System.Reflection;
using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model
namespace Coscine.ApiClient.Test.Model
{
/// <summary>
/// Class for testing UserDtoResponse
......@@ -65,21 +65,21 @@ namespace Org.OpenAPITools.Test.Model
}
/// <summary>
/// Test the property 'StatusCode'
/// Test the property 'IsSuccess'
/// </summary>
[Fact]
public void StatusCodeTest()
public void IsSuccessTest()
{
// TODO unit test for the property 'StatusCode'
// TODO unit test for the property 'IsSuccess'
}
/// <summary>
/// Test the property 'IsSuccess'
/// Test the property 'StatusCode'
/// </summary>
[Fact]
public void IsSuccessTest()
public void StatusCodeTest()
{
// TODO unit test for the property 'IsSuccess'
// TODO unit test for the property 'StatusCode'
}
/// <summary>
......
/*
* Coscine Web API
* Coscine Web API (Internal Use Only)
*
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
*
......@@ -15,12 +15,12 @@ using System;
using System.Linq;
using System.IO;
using System.Collections.Generic;
using Org.OpenAPITools.Model;
using Org.OpenAPITools.Client;
using Coscine.ApiClient.Model;
using Coscine.ApiClient.Client;
using System.Reflection;
using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model
namespace Coscine.ApiClient.Test.Model
{
/// <summary>
/// Class for testing UserDto
......
/*
* Coscine Web API
* Coscine Web API (Internal Use Only)
*
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
*
......@@ -15,12 +15,12 @@ using System;
using System.Linq;
using System.IO;
using System.Collections.Generic;
using Org.OpenAPITools.Model;
using Org.OpenAPITools.Client;
using Coscine.ApiClient.Model;
using Coscine.ApiClient.Client;
using System.Reflection;
using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model
namespace Coscine.ApiClient.Test.Model
{
/// <summary>
/// Class for testing UserEmailDto
......
/*
* Coscine Web API
* Coscine Web API (Internal Use Only)
*
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
*
......@@ -15,12 +15,12 @@ using System;
using System.Linq;
using System.IO;
using System.Collections.Generic;
using Org.OpenAPITools.Model;
using Org.OpenAPITools.Client;
using Coscine.ApiClient.Model;
using Coscine.ApiClient.Client;
using System.Reflection;
using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model
namespace Coscine.ApiClient.Test.Model
{
/// <summary>
/// Class for testing UserForUpdateDto
......
/*
* Coscine Web API
* Coscine Web API (Internal Use Only)
*
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
*
......@@ -15,12 +15,12 @@ using System;
using System.Linq;
using System.IO;
using System.Collections.Generic;
using Org.OpenAPITools.Model;
using Org.OpenAPITools.Client;
using Coscine.ApiClient.Model;
using Coscine.ApiClient.Client;
using System.Reflection;
using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model
namespace Coscine.ApiClient.Test.Model
{
/// <summary>
/// Class for testing UserInstituteDto
......
/*
* Coscine Web API
* Coscine Web API (Internal Use Only)
*
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
*
......@@ -15,12 +15,12 @@ using System;
using System.Linq;
using System.IO;
using System.Collections.Generic;
using Org.OpenAPITools.Model;
using Org.OpenAPITools.Client;
using Coscine.ApiClient.Model;
using Coscine.ApiClient.Client;
using System.Reflection;
using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model
namespace Coscine.ApiClient.Test.Model
{
/// <summary>
/// Class for testing UserMergeDtoResponse
......@@ -65,21 +65,21 @@ namespace Org.OpenAPITools.Test.Model
}
/// <summary>
/// Test the property 'StatusCode'
/// Test the property 'IsSuccess'
/// </summary>
[Fact]
public void StatusCodeTest()
public void IsSuccessTest()
{
// TODO unit test for the property 'StatusCode'
// TODO unit test for the property 'IsSuccess'
}
/// <summary>
/// Test the property 'IsSuccess'
/// Test the property 'StatusCode'
/// </summary>
[Fact]
public void IsSuccessTest()
public void StatusCodeTest()
{
// TODO unit test for the property 'IsSuccess'
// TODO unit test for the property 'StatusCode'
}
/// <summary>
......
/*
* Coscine Web API
* Coscine Web API (Internal Use Only)
*
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
*
......@@ -15,12 +15,12 @@ using System;
using System.Linq;
using System.IO;
using System.Collections.Generic;
using Org.OpenAPITools.Model;
using Org.OpenAPITools.Client;
using Coscine.ApiClient.Model;
using Coscine.ApiClient.Client;
using System.Reflection;
using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model
namespace Coscine.ApiClient.Test.Model
{
/// <summary>
/// Class for testing UserMergeDto
......
/*
* Coscine Web API
* Coscine Web API (Internal Use Only)
*
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
*
......@@ -15,12 +15,12 @@ using System;
using System.Linq;
using System.IO;
using System.Collections.Generic;
using Org.OpenAPITools.Model;
using Org.OpenAPITools.Client;
using Coscine.ApiClient.Model;
using Coscine.ApiClient.Client;
using System.Reflection;
using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model
namespace Coscine.ApiClient.Test.Model
{
/// <summary>
/// Class for testing UserMinimalDto
......
/*
* Coscine Web API
* Coscine Web API (Internal Use Only)
*
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
*
......@@ -15,12 +15,12 @@ using System;
using System.Linq;
using System.IO;
using System.Collections.Generic;
using Org.OpenAPITools.Model;
using Org.OpenAPITools.Client;
using Coscine.ApiClient.Model;
using Coscine.ApiClient.Client;
using System.Reflection;
using Newtonsoft.Json;
namespace Org.OpenAPITools.Test.Model
namespace Coscine.ApiClient.Test.Model
{
/// <summary>
/// Class for testing UserOrganizationDto
......