From 340c856b7d5ab15ff35ae91e0fcb4e10d7de01cb Mon Sep 17 00:00:00 2001 From: jboinembalome Date: Thu, 29 Oct 2020 14:09:22 +0100 Subject: [PATCH] =?UTF-8?q?Cr=C3=A9ation=20de=20la=20classe=20FormationSer?= =?UTF-8?q?viceTests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../{UnitTest1.cs => Services/FormationServiceTests.cs} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename EPAServeur.Tests/{UnitTest1.cs => Services/FormationServiceTests.cs} (57%) diff --git a/EPAServeur.Tests/UnitTest1.cs b/EPAServeur.Tests/Services/FormationServiceTests.cs similarity index 57% rename from EPAServeur.Tests/UnitTest1.cs rename to EPAServeur.Tests/Services/FormationServiceTests.cs index 5a29a6d..42c6b29 100644 --- a/EPAServeur.Tests/UnitTest1.cs +++ b/EPAServeur.Tests/Services/FormationServiceTests.cs @@ -2,7 +2,7 @@ using NUnit.Framework; namespace EPAServeur.Tests { - public class Tests + public class FormationServiceTests { [SetUp] public void Setup() @@ -10,7 +10,7 @@ namespace EPAServeur.Tests } [Test] - public void Test1() + public void GetFormationById_PasseEnParamUnIdExistantDansLeJeuDeDonnees_RetourneUneFormation() { Assert.Pass(); }