C# Class Xunit.PairwiseStrategy.TestCaseInfo

TestCase represents a single test case covering a list of features.
Mostra file Open project: AArnott/Xunit.Combinatorial

Public Methods

Method Description
TestCaseInfo ( int length ) : System

Initializes a new instance of the TestCaseInfo class.

Method Details

TestCaseInfo() public method

Initializes a new instance of the TestCaseInfo class.
public TestCaseInfo ( int length ) : System
length int A number of features in the test case.
return System