Esempio n. 1
0
        public void CreateRandom_DateTime_should_work()
        {
            DateTime randomValue = CreateRandom.DateTime();

            Assert.IsNotNull(randomValue);
        }