public void ThenLesInformationsDuContactNomPrenomEtTypeDeContactSontAfficheesDansLeTableau(string nom, string prénom, string contactType) { Thread.Sleep(5000); Assert.IsTrue(tiers.ContactInformations()[0].Contains(nom)); Assert.IsTrue(tiers.ContactInformations()[1].Contains(prénom)); Assert.IsTrue(tiers.ContactInformations()[2].Contains(contactType)); }