|
|
@ -14,8 +14,14 @@ namespace EPAServeur.Tests |
|
|
|
{ |
|
|
|
{ |
|
|
|
public class FormationServiceTests |
|
|
|
public class FormationServiceTests |
|
|
|
{ |
|
|
|
{ |
|
|
|
|
|
|
|
#region Variables |
|
|
|
|
|
|
|
|
|
|
|
private EpContext epContext; |
|
|
|
private EpContext epContext; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endregion |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#region Setup |
|
|
|
|
|
|
|
|
|
|
|
[SetUp] |
|
|
|
[SetUp] |
|
|
|
public void Setup() |
|
|
|
public void Setup() |
|
|
|
{ |
|
|
|
{ |
|
|
@ -41,6 +47,8 @@ namespace EPAServeur.Tests |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endregion |
|
|
|
|
|
|
|
|
|
|
|
#region Tests GetFormationById et GetFormationByIdAsync |
|
|
|
#region Tests GetFormationById et GetFormationByIdAsync |
|
|
|
|
|
|
|
|
|
|
|
[Test] |
|
|
|
[Test] |
|
|
|