Interface IParameterCustomizationSource

Namespace: AutoFixture
Assembly: AutoFixture.dll

Source of the ICustomization instances specific for the particular ParameterInfo parameter. The main clients of this interface might be glue libraries which provide support for the parameter specific customizations.

public interface IParameterCustomizationSource

Methods

GetCustomization(ParameterInfo)

Gets a customization for a parameter.

ICustomization GetCustomization(ParameterInfo parameter)

Parameters

parameter ParameterInfo

The parameter for which the customization is requested.

Returns

ICustomization