Esempio n. 1
0
        public void CreateRandom_Short_should_work()
        {
            short randomValue = CreateRandom.Short();

            Assert.IsNotNull(randomValue);
        }