Interface ICustomizationComposer<T>
Provides statements that can be used to control how specimens are created and post-processed.
Inherited Members
Namespace: AutoFixture.Dsl
Assembly: AutoFixture.dll
Syntax
public interface ICustomizationComposer<T> : IFactoryComposer<T>, IPostprocessComposer<T>, ISpecimenBuilder
Type Parameters
Name | Description |
---|---|
T | The type of specimen to customize. |