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(); }