Création du projet de tests

develop
jboinembalome 4 years ago
parent d19d74746c
commit 25051d03d0
  1. 3
      .gitignore
  2. 19
      EPAServeur.Tests/EPAServeur.Tests.csproj
  3. 18
      EPAServeur.Tests/UnitTest1.cs
  4. 10
      EPAServeur.sln
  5. 0
      EPAServeur/.config/dotnet-tools.json
  6. 0
      EPAServeur/ApiCollaborateur/AdresseApi.cs
  7. 0
      EPAServeur/ApiCollaborateur/AgenceApi.cs
  8. 0
      EPAServeur/ApiCollaborateur/BusinessUnitApi.cs
  9. 0
      EPAServeur/ApiCollaborateur/CollaborateurApi.cs
  10. 0
      EPAServeur/ApiCollaborateur/PeriodeDessaiApi.cs
  11. 0
      EPAServeur/ApiCollaborateur/ProjetApi.cs
  12. 0
      EPAServeur/ApiCollaborateur/ReferentApi.cs
  13. 0
      EPAServeur/Attributes/ValidateModelStateAttribute.cs
  14. 0
      EPAServeur/ClientCollaborateur/ApiClient.cs
  15. 0
      EPAServeur/ClientCollaborateur/ApiException.cs
  16. 0
      EPAServeur/ClientCollaborateur/ApiResponse.cs
  17. 0
      EPAServeur/ClientCollaborateur/Configuration.cs
  18. 0
      EPAServeur/ClientCollaborateur/ExceptionFactory.cs
  19. 0
      EPAServeur/ClientCollaborateur/GlobalConfiguration.cs
  20. 0
      EPAServeur/ClientCollaborateur/IApiAccessor.cs
  21. 0
      EPAServeur/ClientCollaborateur/IReadableConfiguration.cs
  22. 0
      EPAServeur/ClientCollaborateur/SwaggerDateConverter.cs
  23. 0
      EPAServeur/Commun/APIAccess.cs
  24. 0
      EPAServeur/Commun/BDaccess.cs
  25. 0
      EPAServeur/Commun/Function.cs
  26. 0
      EPAServeur/Commun/KeycloakAuthentificator.cs
  27. 0
      EPAServeur/Context/EpContext.cs
  28. 0
      EPAServeur/Controllers/CollaborateursApi.cs
  29. 0
      EPAServeur/Controllers/DemandesDelegationApi.cs
  30. 0
      EPAServeur/Controllers/DemandesEPIApi.cs
  31. 0
      EPAServeur/Controllers/DemandesFormationApi.cs
  32. 0
      EPAServeur/Controllers/EngagementsApi.cs
  33. 0
      EPAServeur/Controllers/EpApi.cs
  34. 0
      EPAServeur/Controllers/FormationsApi.cs
  35. 0
      EPAServeur/Controllers/NotesApi.cs
  36. 0
      EPAServeur/Controllers/ParticipationsFormationsApi.cs
  37. 0
      EPAServeur/Controllers/ReferentsApi.cs
  38. 0
      EPAServeur/DTO/AffichageNoteDTO.cs
  39. 0
      EPAServeur/DTO/AgenceDTO.cs
  40. 0
      EPAServeur/DTO/AugmentationSalaireDTO.cs
  41. 0
      EPAServeur/DTO/BusinessUnitDTO.cs
  42. 0
      EPAServeur/DTO/ChampDTO.cs
  43. 0
      EPAServeur/DTO/CollaborateurDTO.cs
  44. 0
      EPAServeur/DTO/CreationDemandeDelegationDTO.cs
  45. 0
      EPAServeur/DTO/CreationDemandeFormationDTO.cs
  46. 0
      EPAServeur/DTO/DemandeDelegationDTO.cs
  47. 0
      EPAServeur/DTO/DemandeEPIDTO.cs
  48. 0
      EPAServeur/DTO/DemandeFormationDTO.cs
  49. 0
      EPAServeur/DTO/DetailsNoteDTO.cs
  50. 0
      EPAServeur/DTO/DocumentDTO.cs
  51. 0
      EPAServeur/DTO/EngagementDTO.cs
  52. 0
      EPAServeur/DTO/EpDTO.cs
  53. 0
      EPAServeur/DTO/EpInformationDTO.cs
  54. 0
      EPAServeur/DTO/EpSaisieDTO.cs
  55. 0
      EPAServeur/DTO/ErreurDTO.cs
  56. 0
      EPAServeur/DTO/EvaluationDTO.cs
  57. 0
      EPAServeur/DTO/FormationDTO.cs
  58. 0
      EPAServeur/DTO/FormationDTOParticipantsFormation.cs
  59. 0
      EPAServeur/DTO/FormationDetailsDTO.cs
  60. 0
      EPAServeur/DTO/ModeFormationDTO.cs
  61. 0
      EPAServeur/DTO/ObjectifDTO.cs
  62. 0
      EPAServeur/DTO/ObjectifPrecedentDTO.cs
  63. 0
      EPAServeur/DTO/OrigineDemandeFormationDTO.cs
  64. 0
      EPAServeur/DTO/OrigineFormationDTO.cs
  65. 0
      EPAServeur/DTO/ParticipationEPDTO.cs
  66. 0
      EPAServeur/DTO/ParticipationFormationDTO.cs
  67. 0
      EPAServeur/DTO/ProchainEPDTO.cs
  68. 0
      EPAServeur/DTO/ProfilDTO.cs
  69. 0
      EPAServeur/DTO/RDVEntretienDTO.cs
  70. 0
      EPAServeur/DTO/ReferentDTO.cs
  71. 0
      EPAServeur/DTO/SaisieDTO.cs
  72. 0
      EPAServeur/DTO/StatutFormationDTO.cs
  73. 0
      EPAServeur/DTO/ThemeDTO.cs
  74. 0
      EPAServeur/DTO/TypeEntretienDTO.cs
  75. 0
      EPAServeur/DTO/TypeFormationDTO.cs
  76. 0
      EPAServeur/EPAServeur.csproj
  77. 0
      EPAServeur/Exceptions/CollaborateurNotFoundException.cs
  78. 0
      EPAServeur/Exceptions/EngagementIncompatibleIdException.cs
  79. 0
      EPAServeur/Exceptions/EngagementInvalidException.cs
  80. 0
      EPAServeur/Exceptions/EngagementNotFoundException.cs
  81. 0
      EPAServeur/Exceptions/FormationIncompatibleIdException.cs
  82. 0
      EPAServeur/Exceptions/FormationInvalidException.cs
  83. 0
      EPAServeur/Exceptions/FormationNotFoundException.cs
  84. 0
      EPAServeur/Exceptions/ModeFormationNotFoundException.cs
  85. 0
      EPAServeur/Exceptions/NoteIdImcompatibleException.cs
  86. 0
      EPAServeur/Exceptions/NoteInvalideException.cs
  87. 0
      EPAServeur/Exceptions/NoteNotFoundException.cs
  88. 0
      EPAServeur/Exceptions/OrigineFormationNotFoundException.cs
  89. 0
      EPAServeur/Exceptions/ReferentNotFoundException.cs
  90. 0
      EPAServeur/Exceptions/StatutFormationNotFoundException.cs
  91. 0
      EPAServeur/Exceptions/TypeFormationNotFoundException.cs
  92. 0
      EPAServeur/Filters/BasePathFilter.cs
  93. 0
      EPAServeur/Filters/GeneratePathParamsValidationFilter.cs
  94. 0
      EPAServeur/IServices/ICollaborateurService.cs
  95. 0
      EPAServeur/IServices/IEngagementService.cs
  96. 0
      EPAServeur/IServices/IFormationService.cs
  97. 0
      EPAServeur/IServices/INoteService.cs
  98. 0
      EPAServeur/IServices/IReferentService.cs
  99. 0
      EPAServeur/ModelCollaborateur/Adresse.cs
  100. 0
      EPAServeur/ModelCollaborateur/Agence.cs
  101. Some files were not shown because too many files have changed in this diff Show More

3
.gitignore vendored

@ -3,6 +3,9 @@
##
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
# LOGS EPA SERVEUR
/EPAServeurLog
# User-specific files
*.rsuser
*.suo

@ -0,0 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="nunit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.15.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\EPAServeur\EPAServeur.csproj" />
</ItemGroup>
</Project>

@ -0,0 +1,18 @@
using NUnit.Framework;
namespace EPAServeur.Tests
{
public class Tests
{
[SetUp]
public void Setup()
{
}
[Test]
public void Test1()
{
Assert.Pass();
}
}
}

@ -3,7 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30128.74
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EPAServeur", "EPAServeur.csproj", "{D19F441B-010F-481F-8A59-C5FA928B5077}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EPAServeur", "EPAServeur\EPAServeur.csproj", "{D19F441B-010F-481F-8A59-C5FA928B5077}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EPAServeur.Tests", "EPAServeur.Tests\EPAServeur.Tests.csproj", "{DD39768F-7C13-4620-AE46-EE9F5B5FEE44}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@ -18,6 +20,12 @@ Global
{D19F441B-010F-481F-8A59-C5FA928B5077}.InitDB|Any CPU.Build.0 = InitDB|Any CPU
{D19F441B-010F-481F-8A59-C5FA928B5077}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D19F441B-010F-481F-8A59-C5FA928B5077}.Release|Any CPU.Build.0 = Release|Any CPU
{DD39768F-7C13-4620-AE46-EE9F5B5FEE44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD39768F-7C13-4620-AE46-EE9F5B5FEE44}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD39768F-7C13-4620-AE46-EE9F5B5FEE44}.InitDB|Any CPU.ActiveCfg = Release|Any CPU
{DD39768F-7C13-4620-AE46-EE9F5B5FEE44}.InitDB|Any CPU.Build.0 = Release|Any CPU
{DD39768F-7C13-4620-AE46-EE9F5B5FEE44}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD39768F-7C13-4620-AE46-EE9F5B5FEE44}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save