C# Class Jwc.Experiment.Xunit.DataAttributeCommandFactory

Represents a factory to create test commands whose data is from DataAttribute.
Inheritance: ITestCommandFactory
Show file Open project: jwChung/Experimentalism

Public Methods

Method Description
Create ( IMethodInfo testMethod, ISpecimenBuilderFactory builderFactory ) : IEnumerable

Creates test commands.

Method Details

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