Exemple #1
0
        public void TestIsDeprecated()
        {
            var count = infos.Count(i => i.IsDeprecated == true);

            Assert.That(count, Is.GreaterThan(0));
        }