public void CreateRandom_DateTime_should_work() { DateTime randomValue = CreateRandom.DateTime(); Assert.IsNotNull(randomValue); }