Ejemplo n.º 1
0
        public void should_give_set_of_random_nums()
        {
            var chitSet = new ChitSetFactory();

            var result = chitSet.CreateChits(12);

            result.Should().HaveCount(12);
        }
Ejemplo n.º 2
0
        public void should_give_set_of_random_nums()
        {
            var chitSet = new ChitSetFactory();

            var result = chitSet.CreateChits(12);

            result.Should().HaveCount(12);
        }