コード例 #1
0
        public void TestAuthentification()
        {
            Person currentPerson = new Person("toto", "1234");
            Person testPerson    = new Person("toto", "1234");

            Assert.IsTrue(Authentification.AuthentifyTest(currentPerson, testPerson));
        }