Esempio n. 1
0
        public void CreateRandom_UShort_should_work()
        {
            ushort randomValue = CreateRandom.UShort();

            Assert.IsNotNull(randomValue);
        }