Namespace Xunit
Classes
- CombinatorialClassDataAttribute
Specifies a class that provides the values for a combinatorial test.
- 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.
Interfaces
- ICombinatorialValuesProvider
An interface that provides values for a parameter on a test method.