Esempio n. 1
0
        public void CreateRandom_Long_should_work()
        {
            long randomValue = CreateRandom.Long();

            Assert.IsNotNull(randomValue);
        }