Class CustomizationExtensions

Namespace: AutoFixture
Assembly: AutoFixture.dll

A set of useful helpers to simplify work with fixture customizations.

public static class CustomizationExtensions

Inheritance

objectCustomizationExtensions

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Methods

ToCustomization(ISpecimenBuilder)

Create customization that inserts the builder to the beginning of the customizations collection.

public static ICustomization ToCustomization(this ISpecimenBuilder builder)

Parameters

builder ISpecimenBuilder

Returns

ICustomization