C# Class Jwc.Experiment.Xunit.CompositeTestCommandFactory

Represents composite factory to create test commands.
Inheritance: ITestCommandFactory
显示文件 Open project: jwChung/Experimentalism Class Usage Examples

Public Methods

Method Description
CompositeTestCommandFactory ( ) : System

Initializes a new instance of the CompositeTestCommandFactory class.

Create ( IMethodInfo testMethod, ISpecimenBuilderFactory builderFactory ) : IEnumerable

Creates test commands.

Method Details

CompositeTestCommandFactory() public method

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

Create() public method

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