Exemple #1
0
        public void ChecksForTheExistenceWithCorrectlyName()
        {
            var fakePerson = new FakeFirstPerson(3, "Gosho");

            bool isPossible = database.ChecksForTheExistenceOfThisPerson(fakePerson);

            Assert.AreEqual(true, database.ChecksForTheExistenceOfThisPerson(fakePerson));
        }