From b8072d67faa581d11680f662432238f8d647d978 Mon Sep 17 00:00:00 2001 From: jboinembalome Date: Tue, 3 Nov 2020 16:29:07 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20des=20r=C3=A9gions=20Variables=20et=20S?= =?UTF-8?q?etup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- EPAServeur.Tests/Services/FormationServiceTests.cs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/EPAServeur.Tests/Services/FormationServiceTests.cs b/EPAServeur.Tests/Services/FormationServiceTests.cs index d99c6a6..e47ddba 100644 --- a/EPAServeur.Tests/Services/FormationServiceTests.cs +++ b/EPAServeur.Tests/Services/FormationServiceTests.cs @@ -14,8 +14,14 @@ namespace EPAServeur.Tests { public class FormationServiceTests { + #region Variables + private EpContext epContext; + #endregion + + #region Setup + [SetUp] public void Setup() { @@ -41,6 +47,8 @@ namespace EPAServeur.Tests } } + #endregion + #region Tests GetFormationById et GetFormationByIdAsync [Test]