Ejemplo n.º 1
0
        public void Min_Max__Arg_Is_Not_Deterministic_With_Different_Seed()
        {
            var max = BaseTime.AddYears(1);

            Assertion.IsNotDeterministic(
                i => new DateTimeRandomizer(new Random(i)),
                x => x.DateTime(BaseTime, max)
                );
        }