C# Class Jwc.Experiment.Xunit.CompositeTestCommandFactory

Represents composite factory to create test commands.
Inheritance: ITestCommandFactory
Afficher le fichier Open project: jwChung/Experimentalism Class Usage Examples

Méthodes publiques

Méthode Description
CompositeTestCommandFactory ( ) : System

Initializes a new instance of the CompositeTestCommandFactory class.

Create ( IMethodInfo testMethod, ISpecimenBuilderFactory builderFactory ) : IEnumerable

Creates test commands.

Method Details

CompositeTestCommandFactory() public méthode

Initializes a new instance of the CompositeTestCommandFactory class.
public CompositeTestCommandFactory ( ) : System
Résultat System

Create() public méthode

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