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.
ファイルを表示 Open project: AArnott/Xunit.Combinatorial

Public Methods

Method Description
FeatureInfo ( int dimension, int feature ) : System

Initializes a new instance of the FeatureInfo class.

Method Details

FeatureInfo() public method

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.
return System