Création de la classe FormationServiceTests

develop
jboinembalome 4 years ago
parent 25051d03d0
commit 340c856b7d
  1. 4
      EPAServeur.Tests/Services/FormationServiceTests.cs

@ -2,7 +2,7 @@ using NUnit.Framework;
namespace EPAServeur.Tests namespace EPAServeur.Tests
{ {
public class Tests public class FormationServiceTests
{ {
[SetUp] [SetUp]
public void Setup() public void Setup()
@ -10,7 +10,7 @@ namespace EPAServeur.Tests
} }
[Test] [Test]
public void Test1() public void GetFormationById_PasseEnParamUnIdExistantDansLeJeuDeDonnees_RetourneUneFormation()
{ {
Assert.Pass(); Assert.Pass();
} }
Loading…
Cancel
Save