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

Represents a factory to create parameterized commands.
상속: ITestCommandFactory
파일 보기 프로젝트 열기: jwChung/Experimentalism 1 사용 예제들

공개 메소드들

메소드 설명
Create ( IMethodInfo testMethod, ISpecimenBuilderFactory builderFactory ) : IEnumerable

Creates test commands.

메소드 상세

Create() 공개 메소드

Creates test commands.
public Create ( IMethodInfo testMethod, ISpecimenBuilderFactory builderFactory ) : IEnumerable
testMethod IMethodInfo /// Information about a test method. ///
builderFactory ISpecimenBuilderFactory /// A factory of test fixture. ///
리턴 IEnumerable