Exemplo n.º 1
0
        public void QuickManyRandom_ReturnsRequestedNumber(int count)
        {
            List <BirthNumber> many = BirthNumber.QuickManyRandom(count).ToList();

            Assert.IsNotNull(many);
            Assert.AreEqual(count, many.Count);
        }