C# Класс Ploeh.AutoFixture.AutoFakeItEasy2.AutoFakeItEasyCustomization

Наследование: ICustomization
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

AutoFakeItEasyCustomization() публичный Метод

Initializes a new instance of the AutoFakeItEasyCustomization class.
public AutoFakeItEasyCustomization ( ) : System
Результат System

AutoFakeItEasyCustomization() публичный Метод

Initializes a new instance of the AutoFakeItEasyCustomization class with a FakeItEasyRelay.
public AutoFakeItEasyCustomization ( ISpecimenBuilder relay ) : System
relay ISpecimenBuilder The relay.
Результат System

Customize() публичный Метод

Customizes an IFixture to enable auto-mocking with FakeItEasy.
public Customize ( IFixture fixture ) : void
fixture IFixture The fixture upon which to enable auto-mocking.
Результат void