Example #1
0
        public void AfficherCompte_IsTypeOfString()
        {
            var RetourAffiche = compte.AfficherCompte();

            Assert.IsInstanceOfType(RetourAffiche, typeof(String));
        }