Beispiel #1
0
        public void TestCreerMotDePasse()
        {
            MotDePasse mdp = new MotDePasse("coucou");

            Assert.AreEqual(8, mdp.Mot.Length);
            Assert.IsTrue(mdp.Verifie());
        }