Namespace AutoFixture.Dsl

Classes

CompositeNodeComposer<T>

Aggregates an arbitrary number of ICustomizationComposer%601 instances by wrapping a ISpecimenBuilderNode.

NodeComposer<T>

Enables composition customization of a single type of specimen.

NullComposer<T>

An ICustomizationComposer%601 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.