using CoreLibrary; namespace UnitTesting { public class JoueurUT { //[Fact] //public void TestConstructorWithValidArguments() //{ // Joueur joueur = new Joueur("MonJoueur", plateau); //} } }