Esempio n. 1
0
        public void CreateRandom_Char_should_work()
        {
            char randomValue = CreateRandom.Char();

            Assert.IsNotNull(randomValue);
        }