diff --git a/Sources/Tests/BowlingAppUnitTest/UTestEquipe.cs b/Sources/Tests/BowlingAppUnitTest/UTestEquipe.cs index f9ec390..6edea59 100644 --- a/Sources/Tests/BowlingAppUnitTest/UTestEquipe.cs +++ b/Sources/Tests/BowlingAppUnitTest/UTestEquipe.cs @@ -7,31 +7,6 @@ namespace Test.BowlingAppUnitTest { public class UnitTestEquipe { - Equipe j = new Equipe("Les rois"); - [Fact] - public void TestConstructeur() - { - - - [Fact] - public void TestInvalidJoueur() - { - - } - - [Theory] - public void TestContructeur(bool isFormated, bool isValid, string expectedPseudo, String pseudo, bool isEqual) - { - - - } - - //Test équipe avec stub - [Fact] - public void TestEquipeStub() - { - - } } }