Namespace AutoFixture.Dsl
Classes
CompositeNodeComposer<T>
Aggregates an arbitrary number of ICustomizationComposer<T> instances by wrapping a ISpecimenBuilderNode.
CompositePostprocessComposer<T>
Aggregates an arbitrary number of IPostprocessComposer<T> instances.
NodeComposer<T>
Enables composition customization of a single type of specimen.
NullComposer<T>
An ICustomizationComposer<T> that does not customize anything, but can still compose an ISpecimenBuilder - typically by returning the instance it is configured to use.
Interfaces
ICustomizationComposer<T>
Provides statements that can be used to control how specimens are created and post-processed.
IFactoryComposer<T>
Provides statements that can be used to control how specimens are created.
IPostprocessComposer<T>
Provides statements that can be used to control how specimens are post-processed.