From 5b8e5b043a8b817be8ffeece0bed89aca5be2df8 Mon Sep 17 00:00:00 2001 From: jboinembalome Date: Thu, 14 Jan 2021 11:05:56 +0100 Subject: [PATCH] Ajout du package Moq pour les tests unitaires --- EPAServeur.Tests/EPAServeur.Tests.csproj | 5 +++++ EPAServeur.Tests/Properties/launchSettings.json | 7 +++++++ 2 files changed, 12 insertions(+) create mode 100644 EPAServeur.Tests/Properties/launchSettings.json diff --git a/EPAServeur.Tests/EPAServeur.Tests.csproj b/EPAServeur.Tests/EPAServeur.Tests.csproj index 50b948f..5aabbe5 100644 --- a/EPAServeur.Tests/EPAServeur.Tests.csproj +++ b/EPAServeur.Tests/EPAServeur.Tests.csproj @@ -11,6 +11,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive + @@ -20,4 +21,8 @@ + + + + diff --git a/EPAServeur.Tests/Properties/launchSettings.json b/EPAServeur.Tests/Properties/launchSettings.json new file mode 100644 index 0000000..cd5042e --- /dev/null +++ b/EPAServeur.Tests/Properties/launchSettings.json @@ -0,0 +1,7 @@ +{ + "profiles": { + "EPAServeur.Tests": { + "commandName": "Project" + } + } +} \ No newline at end of file