diff --git a/Sources/UnitTesting/PartieUT.cs b/Sources/UnitTesting/PartieUT.cs index 0583ba3..55ab6e7 100644 --- a/Sources/UnitTesting/PartieUT.cs +++ b/Sources/UnitTesting/PartieUT.cs @@ -167,24 +167,6 @@ namespace UnitTesting Assert.True(eventAppelle); } - [Fact] - public void TestCreerCodeJetonNull() - { - IRegles regles = new ReglesClassiques(); - Partie partie = new Partie(regles); - - //Type type = typeof(Partie); - - //FieldInfo? fieldInfo = type.GetField("CreerCode(Code code)", BindingFlags.NonPublic | BindingFlags.Instance); - //Assert.NotNull(fieldInfo); - - //Code? codeSecret = (Code?)fieldInfo.GetValue(plateau); - - //Assert.NotNull(codeSecret); - //plateau.AjouterCode(codeSecret); - //Assert.True(plateau.Victoire); - } - [Fact] public void TestQuandSupprimerDernierJeton() {