Esempio n. 1
0
        public void CreateRandom_Decimal_should_work()
        {
            decimal randomValue = CreateRandom.Decimal();

            Assert.IsNotNull(randomValue);
        }