C# Класс 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.
Показать файл Открыть проект

Открытые методы

Метод Описание
FeatureInfo ( int dimension, int feature ) : System

Initializes a new instance of the FeatureInfo class.

Описание методов

FeatureInfo() публичный Метод

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.
Результат System