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 155 additions and 155 deletions
/*
* Coscine Web API
* Coscine Web API (Internal Use Only)
*
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
*
......@@ -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 ApiTokenForCreationDto
......
/*
* Coscine Web API
* Coscine Web API (Internal Use Only)
*
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
*
......@@ -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 ApplicationProfileDtoIEnumerablePagedResponse
/// Class for testing ApplicationProfileDtoPagedResponse
/// </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 ApplicationProfileDtoIEnumerablePagedResponseTests : IDisposable
public class ApplicationProfileDtoPagedResponseTests : IDisposable
{
// TODO uncomment below to declare an instance variable for ApplicationProfileDtoIEnumerablePagedResponse
//private ApplicationProfileDtoIEnumerablePagedResponse instance;
// TODO uncomment below to declare an instance variable for ApplicationProfileDtoPagedResponse
//private ApplicationProfileDtoPagedResponse instance;
public ApplicationProfileDtoIEnumerablePagedResponseTests()
public ApplicationProfileDtoPagedResponseTests()
{
// TODO uncomment below to create an instance of ApplicationProfileDtoIEnumerablePagedResponse
//instance = new ApplicationProfileDtoIEnumerablePagedResponse();
// TODO uncomment below to create an instance of ApplicationProfileDtoPagedResponse
//instance = new ApplicationProfileDtoPagedResponse();
}
public void Dispose()
......@@ -46,13 +46,13 @@ namespace Org.OpenAPITools.Test.Model
}
/// <summary>
/// Test an instance of ApplicationProfileDtoIEnumerablePagedResponse
/// Test an instance of ApplicationProfileDtoPagedResponse
/// </summary>
[Fact]
public void ApplicationProfileDtoIEnumerablePagedResponseInstanceTest()
public void ApplicationProfileDtoPagedResponseInstanceTest()
{
// TODO uncomment below to test "IsType" ApplicationProfileDtoIEnumerablePagedResponse
//Assert.IsType<ApplicationProfileDtoIEnumerablePagedResponse>(instance);
// TODO uncomment below to test "IsType" ApplicationProfileDtoPagedResponse
//Assert.IsType<ApplicationProfileDtoPagedResponse>(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 ApplicationProfileDtoResponse
......@@ -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 ApplicationProfileDto
......
/*
* Coscine Web API
* Coscine Web API (Internal Use Only)
*
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
*
......@@ -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 ApplicationProfileForCreationDtoResponse
......@@ -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 ApplicationProfileForCreationDto
......
/*
* Coscine Web API
* Coscine Web API (Internal Use Only)
*
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
*
......@@ -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 ApplicationProfileForResourceCreationDto
......
/*
* Coscine Web API
* Coscine Web API (Internal Use Only)
*
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
*
......@@ -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 ApplicationProfileMinimalDto
......
/*
* Coscine Web API
* Coscine Web API (Internal Use Only)
*
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
*
......@@ -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 DisciplineDtoIEnumerablePagedResponse
/// Class for testing DisciplineDtoPagedResponse
/// </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 DisciplineDtoIEnumerablePagedResponseTests : IDisposable
public class DisciplineDtoPagedResponseTests : IDisposable
{
// TODO uncomment below to declare an instance variable for DisciplineDtoIEnumerablePagedResponse
//private DisciplineDtoIEnumerablePagedResponse instance;
// TODO uncomment below to declare an instance variable for DisciplineDtoPagedResponse
//private DisciplineDtoPagedResponse instance;
public DisciplineDtoIEnumerablePagedResponseTests()
public DisciplineDtoPagedResponseTests()
{
// TODO uncomment below to create an instance of DisciplineDtoIEnumerablePagedResponse
//instance = new DisciplineDtoIEnumerablePagedResponse();
// TODO uncomment below to create an instance of DisciplineDtoPagedResponse
//instance = new DisciplineDtoPagedResponse();
}
public void Dispose()
......@@ -46,13 +46,13 @@ namespace Org.OpenAPITools.Test.Model
}
/// <summary>
/// Test an instance of DisciplineDtoIEnumerablePagedResponse
/// Test an instance of DisciplineDtoPagedResponse
/// </summary>
[Fact]
public void DisciplineDtoIEnumerablePagedResponseInstanceTest()
public void DisciplineDtoPagedResponseInstanceTest()
{
// TODO uncomment below to test "IsType" DisciplineDtoIEnumerablePagedResponse
//Assert.IsType<DisciplineDtoIEnumerablePagedResponse>(instance);
// TODO uncomment below to test "IsType" DisciplineDtoPagedResponse
//Assert.IsType<DisciplineDtoPagedResponse>(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 DisciplineDtoResponse
......@@ -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 DisciplineDto
......
/*
* Coscine Web API
* Coscine Web API (Internal Use Only)
*
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
*
......@@ -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 DisciplineForProjectManipulationDto
......
/*
* Coscine Web API
* Coscine Web API (Internal Use Only)
*
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
*
......@@ -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 DisciplineForResourceManipulationDto
......
/*
* Coscine Web API
* Coscine Web API (Internal Use Only)
*
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
*
......@@ -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 DisciplineForUserManipulationDto
......
/*
* Coscine Web API
* Coscine Web API (Internal Use Only)
*
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
*
......@@ -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 FileTreeDtoIEnumerablePagedResponse
/// Class for testing FileTreeDtoPagedResponse
/// </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 FileTreeDtoIEnumerablePagedResponseTests : IDisposable
public class FileTreeDtoPagedResponseTests : IDisposable
{
// TODO uncomment below to declare an instance variable for FileTreeDtoIEnumerablePagedResponse
//private FileTreeDtoIEnumerablePagedResponse instance;
// TODO uncomment below to declare an instance variable for FileTreeDtoPagedResponse
//private FileTreeDtoPagedResponse instance;
public FileTreeDtoIEnumerablePagedResponseTests()
public FileTreeDtoPagedResponseTests()
{
// TODO uncomment below to create an instance of FileTreeDtoIEnumerablePagedResponse
//instance = new FileTreeDtoIEnumerablePagedResponse();
// TODO uncomment below to create an instance of FileTreeDtoPagedResponse
//instance = new FileTreeDtoPagedResponse();
}
public void Dispose()
......@@ -46,13 +46,13 @@ namespace Org.OpenAPITools.Test.Model
}
/// <summary>
/// Test an instance of FileTreeDtoIEnumerablePagedResponse
/// Test an instance of FileTreeDtoPagedResponse
/// </summary>
[Fact]
public void FileTreeDtoIEnumerablePagedResponseInstanceTest()
public void FileTreeDtoPagedResponseInstanceTest()
{
// TODO uncomment below to test "IsType" FileTreeDtoIEnumerablePagedResponse
//Assert.IsType<FileTreeDtoIEnumerablePagedResponse>(instance);
// TODO uncomment below to test "IsType" FileTreeDtoPagedResponse
//Assert.IsType<FileTreeDtoPagedResponse>(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 FileTreeDto
......
/*
* Coscine Web API
* Coscine Web API (Internal Use Only)
*
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
*
......@@ -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 FixedValueForResourceManipulationDto
......
/*
* Coscine Web API
* Coscine Web API (Internal Use Only)
*
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
*
......@@ -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 GitLabOptionsDto
......
/*
* Coscine Web API
* Coscine Web API (Internal Use Only)
*
* Coscine (short for <b>CO</b>llaborative <b>SC</b>ientific <b>IN</b>tegration <b>E</b>nvironment) is the research data management platform for your research project.
*
......@@ -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 GitlabBranchDtoIEnumerableResponse
......@@ -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 GitlabBranchDto
......