Class CustomizationExtensions
A set of useful helpers to simplify work with fixture customizations.
Inheritance
System.Object
CustomizationExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AutoFixture
Assembly: AutoFixture.dll
Syntax
public static class CustomizationExtensions
Methods
| Improve this Doc View SourceToCustomization(ISpecimenBuilder)
Create customization that inserts the builder
to the beginning of the
customizations collection.
Declaration
public static ICustomization ToCustomization(this ISpecimenBuilder builder)
Parameters
Type | Name | Description |
---|---|---|
ISpecimenBuilder | builder |
Returns
Type | Description |
---|---|
ICustomization |