using CoreLibrary.Core; using Xunit; namespace UnitTesting { public class JetonUT { [Fact] public void TestConstructeurValide() { Couleur[] listeCouleurs = (Couleur[])Enum.GetValues(typeof(Couleur)); for (int i=0; i