Exemplo n.º 1
0
        public void CheckIfUGenearatesLentghOf2()
        {
            var tempGenerator = new GenerateRandom();
            var x             = tempGenerator.GetSequenceOf2();

            Console.WriteLine(x);

            Assert.Equal(2, x.Length);
        }