C# Class Ploeh.AutoFixture.AutoFakeItEasy2.AutoFakeItEasyCustomization

Inheritance: ICustomization
Show file Open project: AutoFixture/AutoFixture

Public Methods

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.

Method Details

AutoFakeItEasyCustomization() public method

Initializes a new instance of the AutoFakeItEasyCustomization class.
public AutoFakeItEasyCustomization ( ) : System
return System

AutoFakeItEasyCustomization() public method

Initializes a new instance of the AutoFakeItEasyCustomization class with a FakeItEasyRelay.
public AutoFakeItEasyCustomization ( ISpecimenBuilder relay ) : System
relay ISpecimenBuilder The relay.
return System

Customize() public method

Customizes an IFixture to enable auto-mocking with FakeItEasy.
public Customize ( IFixture fixture ) : void
fixture IFixture The fixture upon which to enable auto-mocking.
return void