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.
*
......@@ -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 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.
*
......@@ -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 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.
*
......@@ -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 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.
*
......@@ -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 OrganizationDtoIEnumerablePagedResponse
/// Class for testing OrganizationDtoPagedResponse
/// </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 OrganizationDtoIEnumerablePagedResponseTests : IDisposable
public class OrganizationDtoPagedResponseTests : IDisposable
{
// TODO uncomment below to declare an instance variable for OrganizationDtoIEnumerablePagedResponse
//private OrganizationDtoIEnumerablePagedResponse instance;
// TODO uncomment below to declare an instance variable for OrganizationDtoPagedResponse
//private OrganizationDtoPagedResponse instance;
public OrganizationDtoIEnumerablePagedResponseTests()
public OrganizationDtoPagedResponseTests()
{
// TODO uncomment below to create an instance of OrganizationDtoIEnumerablePagedResponse
//instance = new OrganizationDtoIEnumerablePagedResponse();
// TODO uncomment below to create an instance of OrganizationDtoPagedResponse
//instance = new OrganizationDtoPagedResponse();
}
public void Dispose()
......@@ -46,13 +46,13 @@ namespace Org.OpenAPITools.Test.Model
}
/// <summary>
/// Test an instance of OrganizationDtoIEnumerablePagedResponse
/// Test an instance of OrganizationDtoPagedResponse
/// </summary>
[Fact]
public void OrganizationDtoIEnumerablePagedResponseInstanceTest()
public void OrganizationDtoPagedResponseInstanceTest()
{
// TODO uncomment below to test "IsType" OrganizationDtoIEnumerablePagedResponse
//Assert.IsType<OrganizationDtoIEnumerablePagedResponse>(instance);
// TODO uncomment below to test "IsType" OrganizationDtoPagedResponse
//Assert.IsType<OrganizationDtoPagedResponse>(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 OrganizationDtoResponse
......@@ -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 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.
*
......@@ -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 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.
*
......@@ -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 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.
*
......@@ -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 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.
*
......@@ -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 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.
*
......@@ -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 PidValidationDtoResponse
......@@ -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 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.
*
......@@ -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 ProjectAdminDtoIEnumerablePagedResponse
/// Class for testing ProjectAdminDtoPagedResponse
/// </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 ProjectAdminDtoIEnumerablePagedResponseTests : IDisposable
public class ProjectAdminDtoPagedResponseTests : IDisposable
{
// TODO uncomment below to declare an instance variable for ProjectAdminDtoIEnumerablePagedResponse
//private ProjectAdminDtoIEnumerablePagedResponse instance;
// TODO uncomment below to declare an instance variable for ProjectAdminDtoPagedResponse
//private ProjectAdminDtoPagedResponse instance;
public ProjectAdminDtoIEnumerablePagedResponseTests()
public ProjectAdminDtoPagedResponseTests()
{
// TODO uncomment below to create an instance of ProjectAdminDtoIEnumerablePagedResponse
//instance = new ProjectAdminDtoIEnumerablePagedResponse();
// TODO uncomment below to create an instance of ProjectAdminDtoPagedResponse
//instance = new ProjectAdminDtoPagedResponse();
}
public void Dispose()
......@@ -46,13 +46,13 @@ namespace Org.OpenAPITools.Test.Model
}
/// <summary>
/// Test an instance of ProjectAdminDtoIEnumerablePagedResponse
/// Test an instance of ProjectAdminDtoPagedResponse
/// </summary>
[Fact]
public void ProjectAdminDtoIEnumerablePagedResponseInstanceTest()
public void ProjectAdminDtoPagedResponseInstanceTest()
{
// TODO uncomment below to test "IsType" ProjectAdminDtoIEnumerablePagedResponse
//Assert.IsType<ProjectAdminDtoIEnumerablePagedResponse>(instance);
// TODO uncomment below to test "IsType" ProjectAdminDtoPagedResponse
//Assert.IsType<ProjectAdminDtoPagedResponse>(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 ProjectAdminDto
......@@ -243,5 +243,14 @@ namespace Org.OpenAPITools.Test.Model
{
// 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.
*
......@@ -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 ProjectDtoIEnumerablePagedResponse
/// Class for testing ProjectDtoPagedResponse
/// </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 ProjectDtoIEnumerablePagedResponseTests : IDisposable
public class ProjectDtoPagedResponseTests : IDisposable
{
// TODO uncomment below to declare an instance variable for ProjectDtoIEnumerablePagedResponse
//private ProjectDtoIEnumerablePagedResponse instance;
// TODO uncomment below to declare an instance variable for ProjectDtoPagedResponse
//private ProjectDtoPagedResponse instance;
public ProjectDtoIEnumerablePagedResponseTests()
public ProjectDtoPagedResponseTests()
{
// TODO uncomment below to create an instance of ProjectDtoIEnumerablePagedResponse
//instance = new ProjectDtoIEnumerablePagedResponse();
// TODO uncomment below to create an instance of ProjectDtoPagedResponse
//instance = new ProjectDtoPagedResponse();
}
public void Dispose()
......@@ -46,13 +46,13 @@ namespace Org.OpenAPITools.Test.Model
}
/// <summary>
/// Test an instance of ProjectDtoIEnumerablePagedResponse
/// Test an instance of ProjectDtoPagedResponse
/// </summary>
[Fact]
public void ProjectDtoIEnumerablePagedResponseInstanceTest()
public void ProjectDtoPagedResponseInstanceTest()
{
// TODO uncomment below to test "IsType" ProjectDtoIEnumerablePagedResponse
//Assert.IsType<ProjectDtoIEnumerablePagedResponse>(instance);
// TODO uncomment below to test "IsType" ProjectDtoPagedResponse
//Assert.IsType<ProjectDtoPagedResponse>(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 ProjectDtoResponse
......@@ -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 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.
*
......@@ -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 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.
*
......@@ -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 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.
*
......@@ -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 ProjectInvitationDtoIEnumerablePagedResponse
/// Class for testing ProjectInvitationDtoPagedResponse
/// </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 ProjectInvitationDtoIEnumerablePagedResponseTests : IDisposable
public class ProjectInvitationDtoPagedResponseTests : IDisposable
{
// TODO uncomment below to declare an instance variable for ProjectInvitationDtoIEnumerablePagedResponse
//private ProjectInvitationDtoIEnumerablePagedResponse instance;
// TODO uncomment below to declare an instance variable for ProjectInvitationDtoPagedResponse
//private ProjectInvitationDtoPagedResponse instance;
public ProjectInvitationDtoIEnumerablePagedResponseTests()
public ProjectInvitationDtoPagedResponseTests()
{
// TODO uncomment below to create an instance of ProjectInvitationDtoIEnumerablePagedResponse
//instance = new ProjectInvitationDtoIEnumerablePagedResponse();
// TODO uncomment below to create an instance of ProjectInvitationDtoPagedResponse
//instance = new ProjectInvitationDtoPagedResponse();
}
public void Dispose()
......@@ -46,13 +46,13 @@ namespace Org.OpenAPITools.Test.Model
}
/// <summary>
/// Test an instance of ProjectInvitationDtoIEnumerablePagedResponse
/// Test an instance of ProjectInvitationDtoPagedResponse
/// </summary>
[Fact]
public void ProjectInvitationDtoIEnumerablePagedResponseInstanceTest()
public void ProjectInvitationDtoPagedResponseInstanceTest()
{
// TODO uncomment below to test "IsType" ProjectInvitationDtoIEnumerablePagedResponse
//Assert.IsType<ProjectInvitationDtoIEnumerablePagedResponse>(instance);
// TODO uncomment below to test "IsType" ProjectInvitationDtoPagedResponse
//Assert.IsType<ProjectInvitationDtoPagedResponse>(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>
......