Esempio n. 1
0
        public void CreateRandom_SByte_should_work()
        {
            sbyte randomValue = CreateRandom.SByte();

            Assert.IsNotNull(randomValue);
        }