Method | Description | |
---|---|---|
AutoFakeItEasyCustomization ( ) : System |
Initializes a new instance of the AutoFakeItEasyCustomization class.
|
|
AutoFakeItEasyCustomization ( ISpecimenBuilder relay ) : System |
Initializes a new instance of the AutoFakeItEasyCustomization class with a FakeItEasyRelay.
|
|
Customize ( IFixture fixture ) : void |
Customizes an IFixture to enable auto-mocking with FakeItEasy.
|
public AutoFakeItEasyCustomization ( ) : System | ||
return | System |
public AutoFakeItEasyCustomization ( ISpecimenBuilder relay ) : System | ||
relay | ISpecimenBuilder | The relay. |
return | System |
public Customize ( IFixture fixture ) : void | ||
fixture | IFixture | The fixture upon which to enable auto-mocking. |
return | void |