From f38aab6e29e56255c19097bf5aab94b584d44e99 Mon Sep 17 00:00:00 2001 From: AUGUSTIN_100 Date: Sun, 2 Oct 2022 13:40:35 +0200 Subject: [PATCH] no message --- .../Tests/BowlingAppUnitTest/UTestEquipe.cs | 25 ------------------- 1 file changed, 25 deletions(-) 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() - { - - } } }