Beispiel #1
0
        public void TryGetPersonInvalid()
        {
            Person person;

            Assert.Throws <ArgumentNullException> (() => list.TryGetPerson(null, out person));
        }