C# 클래스 Jwc.Experiment.Xunit.ParameterCustomization

Represents a customization to support CustomizeAttribute(s).
상속: ICustomization
파일 보기 프로젝트 열기: jwChung/Experimentalism 1 사용 예제들

공개 메소드들

메소드 설명
Customize ( IFixture fixture ) : void

Customizes the specified fixture.

ParameterCustomization ( IEnumerable parameters ) : System

Initializes a new instance of the ParameterCustomization class.

메소드 상세

Customize() 공개 메소드

Customizes the specified fixture.
public Customize ( IFixture fixture ) : void
fixture IFixture /// The fixture to customize. ///
리턴 void

ParameterCustomization() 공개 메소드

Initializes a new instance of the ParameterCustomization class.
public ParameterCustomization ( IEnumerable parameters ) : System
parameters IEnumerable /// Test parameters to get to customize fixture. ///
리턴 System