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

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

공개 메소드들

메소드 설명
CompositeTestCommandFactory ( ) : System

Initializes a new instance of the CompositeTestCommandFactory class.

Create ( IMethodInfo testMethod, ISpecimenBuilderFactory builderFactory ) : IEnumerable

Creates test commands.

메소드 상세

CompositeTestCommandFactory() 공개 메소드

Initializes a new instance of the CompositeTestCommandFactory class.
public CompositeTestCommandFactory ( ) : System
리턴 System

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