C# Class Xunit.PairwiseDataAttribute

Provides a test method decorated with a TheoryAttribute with arguments to run various combination of values for the parameters taken by the test method using a pairwise strategy.
Inheritance: DataAttribute
Mostra file Open project: AArnott/Xunit.Combinatorial

Public Methods

Method Description
GetData ( MethodInfo testMethod ) : IEnumerable

Method Details

GetData() public method

public GetData ( MethodInfo testMethod ) : IEnumerable
testMethod System.Reflection.MethodInfo
return IEnumerable