C# Class Jwc.Experiment.Xunit.FactCommandFactory

Represents a factory to create FactCommand.
Inheritance: ITestCommandFactory
Show file Open project: jwChung/Experimentalism Class Usage Examples

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