C# 클래스 Ploeh.AutoFixture.AutoFakeItEasy2.AutoFakeItEasyCustomization

상속: ICustomization
파일 보기 프로젝트 열기: AutoFixture/AutoFixture

공개 메소드들

메소드 설명
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