Class RandomNumericSequenceCustomization
Namespace: AutoFixture
Assembly: AutoFixture.dll
A customization that enables numeric specimens to be random and unique.
[Obsolete("The RandomNumericSequenceGenerator is now used by default, therefore this customization is no longer needed and will be removed in future versions of AutoFixture.")]
public class RandomNumericSequenceCustomization : ICustomizationInheritance
object ← RandomNumericSequenceCustomization
Implements
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
RandomNumericSequenceCustomization()
public RandomNumericSequenceCustomization()Methods
Customize(IFixture)
Customizes the specified fixture by adding a
RandomNumericSequenceGenerator.
public void Customize(IFixture fixture)Parameters
fixture IFixture
The fixture to customize.
Exceptions
fixture is null.