Interface ICombinatorialValuesProvider
- Namespace
- Xunit
- Assembly
- Xunit.Combinatorial.dll
An interface that provides values for a parameter on a test method.
public interface ICombinatorialValuesProvider
Methods
GetValues(ParameterInfo)
Gets the values that should be passed to this parameter on the test method.
object?[] GetValues(ParameterInfo parameter)
Parameters
parameter
ParameterInfoThe parameter to get values for.
Returns
- object[]
An array of values.