C# Class Jwc.Experiment.Xunit.ParameterCustomization

Represents a customization to support CustomizeAttribute(s).
Inheritance: ICustomization
Afficher le fichier Open project: jwChung/Experimentalism Class Usage Examples

Méthodes publiques

Méthode Description
Customize ( IFixture fixture ) : void

Customizes the specified fixture.

ParameterCustomization ( IEnumerable parameters ) : System

Initializes a new instance of the ParameterCustomization class.

Method Details

Customize() public méthode

Customizes the specified fixture.
public Customize ( IFixture fixture ) : void
fixture IFixture /// The fixture to customize. ///
Résultat void

ParameterCustomization() public méthode

Initializes a new instance of the ParameterCustomization class.
public ParameterCustomization ( IEnumerable parameters ) : System
parameters IEnumerable /// Test parameters to get to customize fixture. ///
Résultat System