Class SupportMutableValueTypesCustomization
A customization that changes how custom langword_csharp_struct are generated. Uses MutableValueTypeGenerator.
Inheritance
System.Object
SupportMutableValueTypesCustomization
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AutoFixture
Assembly: AutoFixture.dll
Syntax
public class SupportMutableValueTypesCustomization : ICustomization
Methods
| Improve this Doc View SourceCustomize(IFixture)
Customizes specified fixture by adding MutableValueTypeGenerator as a default strategy for creating new custom langword_csharp_struct that has only default constructor.
Declaration
public void Customize(IFixture fixture)
Parameters
Type | Name | Description |
---|---|---|
IFixture | fixture | The fixture to customize. |