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.
파일 보기 프로젝트 열기: AArnott/Xunit.Combinatorial

공개 메소드들

메소드 설명
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