C# Class Xunit.PairwiseStrategy.FeatureInfo

FeatureInfo represents coverage of a single value of test function parameter, represented as a pair of indices, Dimension and Feature. In terms of unit testing, Dimension is the index of the test parameter and Feature is the index of the supplied value in that parameter's list of sources.
Afficher le fichier Open project: AArnott/Xunit.Combinatorial

Méthodes publiques

Méthode Description
FeatureInfo ( int dimension, int feature ) : System

Initializes a new instance of the FeatureInfo class.

Method Details

FeatureInfo() public méthode

Initializes a new instance of the FeatureInfo class.
public FeatureInfo ( int dimension, int feature ) : System
dimension int Index of a dimension.
feature int Index of a feature.
Résultat System