Table of Contents

Namespace Xunit

Classes

CombinatorialDataAttribute

Provides a test method decorated with a Xunit.TheoryAttribute with arguments to run every possible combination of values for the parameters taken by the test method.

CombinatorialMemberDataAttribute

Specifies which member should provide data for this parameter used for running the test method.

CombinatorialRandomDataAttribute

Specifies which range of values for this parameter should be used for running the test method.

CombinatorialRangeAttribute

Specifies which range of values for this parameter should be used for running the test method.

CombinatorialValuesAttribute

Specifies which values for this parameter should be used for running the test method.

PairwiseDataAttribute

Provides a test method decorated with a Xunit.TheoryAttribute with arguments to run various combination of values for the parameters taken by the test method using a pairwise strategy.