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