Interface ICustomization
Encapsulates a customization of an IFixture.
Namespace: AutoFixture
Assembly: AutoFixture.dll
Syntax
public interface ICustomization
Methods
| Improve this Doc View SourceCustomize(IFixture)
Customizes the specified fixture.
Declaration
void Customize(IFixture fixture)
Parameters
Type | Name | Description |
---|---|---|
IFixture | fixture | The fixture to customize. |